diff options
-rwxr-xr-x | tools/sfsnapshotgit | 2 |
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: |
21 | SFSNAP_REPO=${SFSNAP_REPO-~/staging/nagiosplugins} | 21 | SFSNAP_REPO=${SFSNAP_REPO-~/staging/nagiosplugins} |
22 | SFSNAP_ORIGIN=${SFSNAP_ORIGIN-origin} | 22 | SFSNAP_ORIGIN=${SFSNAP_ORIGIN-origin} |
23 | SFSNAP_DEST=${SFSNAP_DEST-~/staging} | 23 | SFSNAP_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 |
26 | if [ $# -eq 0 ] | 26 | if [ $# -eq 0 ] |