aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdotfiles/.local/bin/exremote2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/exremote b/dotfiles/.local/bin/exremote
index a6bbbbb..8006d8c 100755
--- a/dotfiles/.local/bin/exremote
+++ b/dotfiles/.local/bin/exremote
@@ -2,7 +2,7 @@
# Helper script to execute commands on remote host
-[ -n "$1" ] || (echo "Specify command to run" && exit 0)
+[ -n "$1" ] || { echo "Specify command to run" && exit 0; }
host=$(cat $HOME/.config/exremote/host)