aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2009-09-26 18:04:34 -0400
committerGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2009-09-26 18:04:34 -0400
commitc3150e6708509bb166b4c8fb5d1d2383eb020e88 (patch)
treeadc559a8ed67393b7109f809042d52c97bcffacd
parent415d5f5bbea834609e73f6482fffda4ddb2b6151 (diff)
downloadmonitoring-plugins-c3150e6708509bb166b4c8fb5d1d2383eb020e88.tar.gz
Change default for SFSNAP_DEST
-rwxr-xr-xtools/sfsnapshotgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sfsnapshotgit b/tools/sfsnapshotgit
index ec2a4dad..155259f0 100755
--- a/tools/sfsnapshotgit
+++ b/tools/sfsnapshotgit
@@ -20,7 +20,7 @@ exec 3>&1 1>&2
# caller The defaults are:
SFSNAP_REPO=${SFSNAP_REPO-~/staging/nagiosplugins}
SFSNAP_ORIGIN=${SFSNAP_ORIGIN-origin}
-SFSNAP_DEST=${SFSNAP_DEST-~/staging}
+SFSNAP_DEST=${SFSNAP_DEST-~/staging/snapshot}
# If one argument is given, this is the branch to create the snapshot from
if [ $# -eq 0 ]