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