aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinfection2
1 files changed, 1 insertions, 1 deletions
diff --git a/infection b/infection
index 0f9e9ad..12e7f9f 100755
--- a/infection
+++ b/infection
@@ -5,7 +5,7 @@
# Parameters
BASENAME="`basename $0`"
-DIRNAME="$(cd `dirname $0` &> /dev/null && pwd)"
+DIRNAME="$(cd `dirname $0`/.. &> /dev/null && pwd)"
EXCLUDES="--exclude=local --exclude=stowpkg/tree"
DATE="`date +%Y%m%d%I%M%S`"
BACKUPS="$HOME/.backups/$DATE"