aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlifeboat2
1 files changed, 1 insertions, 1 deletions
diff --git a/lifeboat b/lifeboat
index d0a979c..3546f5a 100755
--- a/lifeboat
+++ b/lifeboat
@@ -68,7 +68,7 @@ shift
test -d "$LIFEBOAT_ROOT/$repo" || errx "$repo: no such repository"
-export PATH="$HOME/bin:$PATH"
+export PATH=$HOME/bin:$PATH
export LIFEBOAT_REPO_NAME=$repo
export RESTIC_REPOSITORY=$LIFEBOAT_ROOT/$repo/repo
export RESTIC_PASSWORD_FILE=$LIFEBOAT_ROOT/$repo/credentials/restic