Skip to content

Commit dc77eb7

Browse files
committed
Unack is open
1 parent eaa2d5b commit dc77eb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alertaclient/commands/cmd_unack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def cli(obj, ids, filters, text):
2020

2121
with click.progressbar(ids, label='Un-acking {} alerts'.format(total)) as bar:
2222
for id in bar:
23-
client.set_status(id, status='unack', text=text or 'status changed using CLI')
23+
client.set_status(id, status='open', text=text or 'status changed using CLI')

0 commit comments

Comments
 (0)