aboutsummaryrefslogtreecommitdiff
path: root/bin/mrconfig
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mrconfig')
-rwxr-xr-xbin/mrconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mrconfig b/bin/mrconfig
index 48815c1..2d245f8 100755
--- a/bin/mrconfig
+++ b/bin/mrconfig
@@ -11,8 +11,8 @@ WORK="`dirname $0`/.."
# Create a new config
cd $WORK
-rm -f .mrconfig
-touch .mrconfig
+rm -f $WORK/.mrconfig
+touch $WORK/.mrconfig
# Fetch repository list and updtate mrconfig
curl --stderr - $URL | grep "^puppet-" | cut -d ' ' -f 1 | sed -e 's/\.git$//' | while read module; do