Skip to content

Commit

Permalink
Merge pull request #171 from kylelaker/fix/suggest-restart-typo
Browse files Browse the repository at this point in the history
Add missing word in restart message
  • Loading branch information
ripleymj authored Aug 14, 2018
2 parents 9dacaf1 + e7ca6da commit 3d93967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/common/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
command: >-
notify-send -u critical "JMU Software Change"
"Changes have been made to your machine that
will only take effect when log out or when
you reboot. Please do this immediately."
will only take effect when you log out or
when you reboot. Please do this immediately."
environment:
XDG_RUNTIME_DIR: "/run/user/{{ item.uid }}"
become: yes
Expand Down

0 comments on commit 3d93967

Please sign in to comment.