Fix: Add whitespace after comments

This commit is contained in:
Alexander Grothe
2019-05-15 20:05:32 +02:00
parent 5f5dec80ea
commit adab0137d2
3 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash
{{ ansible_managed | comment }}
program_options:
tray: false # [bool] Enable the tray icon. "auto"
menu: flat # ["flat" | "nested"] Set the

View File

@@ -1,3 +1,4 @@
#!/bin/bash
{{ ansible_managed | comment }}
{{ "Safely remove usb mass storage" | translate }} : echo 'svdrpsend mesg "$(udiskie-umount -a 2>&1 | grep -o "Error unmounting.*")"' | at now