Merge PR #1984: Replace _ with - in command names

Closes #1955
This commit is contained in:
Matthew Slipper
2018-08-14 10:23:42 +02:00
committed by Christopher Goes
parent 63713c9378
commit 8fa2c3b4ea
8 changed files with 18 additions and 17 deletions
@@ -24,6 +24,6 @@
- name: Reset network
when: UNSAFE_RESET_ALL | default(false) | bool
command: "sudo -u gaiad gaiad unsafe_reset_all"
command: "sudo -u gaiad gaiad unsafe-reset-all"
notify: restart gaiad