diff --git a/stream8_backups/interactive.sh b/stream8_backups/interactive.sh
index 8829e54683e0867223cae98ef227cfc90a1a042b..e53c7aba4bd0891492739a8a6d43b10d10a3b16b 100755
--- a/stream8_backups/interactive.sh
+++ b/stream8_backups/interactive.sh
@@ -19,9 +19,9 @@ if [ "$1" == "restore" ]; then
   fi
   $RESTIC restore latest --tag $2 -i $2 --target "$3"
 elif [ "$1" == "snapshots" ]; then
-  $RESTIC snapshots   
+  $RESTIC snapshots
 elif [ "$1" == "unlock" ]; then
-  $RESTIC unlock   
+  $RESTIC unlock
 elif [ "$1" == "mount" ]; then
   # TODO: check fusemount is not already mounted
   if [ ! -d "$FUSEMOUNT" ]; then