summaryrefslogtreecommitdiff
path: root/navi
diff options
context:
space:
mode:
Diffstat (limited to 'navi')
-rwxr-xr-xnavi2
1 files changed, 1 insertions, 1 deletions
diff --git a/navi b/navi
index f44b03c..867f0bf 100755
--- a/navi
+++ b/navi
@@ -31,7 +31,7 @@ if [ $help ]; then
exit 1
fi
-if [ ! -e "~/$target/.dosemurc" ]; then
+if [ ! -e ~/$target/.dosemurc ]; then
echo "Wrong target!"
exit 1
fi