summaryrefslogtreecommitdiffstats
path: root/fetch.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xfetch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch.sh b/fetch.sh
index a3fc571..877fa7b 100755
--- a/fetch.sh
+++ b/fetch.sh
@@ -10,7 +10,7 @@ dot="$(cd "$(dirname "$([ -L "$0" ] && $READLINK_CMD -f "$0" || echo "$0")")"; p
source $dot/radar-base.sh
-if [[ -z "$1" ]]; then
+if [[ -z "$@" ]]; then
fetch;
else
fetch $1;