about summary refs log tree commit diff stats
path: root/home-manager/soispha/packages/scripts/apps/aumo
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/soispha/packages/scripts/apps/aumo')
-rwxr-xr-xhome-manager/soispha/packages/scripts/apps/aumo2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/soispha/packages/scripts/apps/aumo b/home-manager/soispha/packages/scripts/apps/aumo
index 014df638..e49ac82d 100755
--- a/home-manager/soispha/packages/scripts/apps/aumo
+++ b/home-manager/soispha/packages/scripts/apps/aumo
@@ -3,7 +3,7 @@
 # shellcheck source=/dev/null
 SHELL_LIBRARY_VERSION="1.1.4" . %SHELL_LIBRARY_PATH
 
-# TODO rewrite this
+# TODO: rewrite this
 
 if [ "$1" = "-u" ];then udisksctl unmount -b "$(cat "$HOME/.cache/aumo/mnt_disk")"; exit 0; fi
 all_available_disks=$(mktemp)