summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/sfsnapshotgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sfsnapshotgit b/tools/sfsnapshotgit
index ec2a4da..155259f 100755
--- a/tools/sfsnapshotgit
+++ b/tools/sfsnapshotgit
@@ -20,7 +20,7 @@ exec 3>&1 1>&2
20# caller The defaults are: 20# caller The defaults are:
21SFSNAP_REPO=${SFSNAP_REPO-~/staging/nagiosplugins} 21SFSNAP_REPO=${SFSNAP_REPO-~/staging/nagiosplugins}
22SFSNAP_ORIGIN=${SFSNAP_ORIGIN-origin} 22SFSNAP_ORIGIN=${SFSNAP_ORIGIN-origin}
23SFSNAP_DEST=${SFSNAP_DEST-~/staging} 23SFSNAP_DEST=${SFSNAP_DEST-~/staging/snapshot}
24 24
25# If one argument is given, this is the branch to create the snapshot from 25# If one argument is given, this is the branch to create the snapshot from
26if [ $# -eq 0 ] 26if [ $# -eq 0 ]