aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mrconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mrconfig b/bin/mrconfig
index f525db3..7c63bb3 100755
--- a/bin/mrconfig
+++ b/bin/mrconfig
@@ -1,7 +1,7 @@
#!/bin/bash
#
# Build a mrconfig for the needed modules.
-#
+#
# Parameters
GIT="git.sarava.org"
@@ -18,7 +18,7 @@ touch .mrconfig
curl --stderr - $URL | grep "^puppet-" | cut -d ' ' -f 1 | while read module; do
folder="`echo $module | sed -e 's/^puppet-//'`"
folder="`basename $folder .git`"
-
+
if [ "$module" != "$bootstrap" ]; then
echo "Processing $folder..."
mr config puppet/modules/$folder checkout="git clone git://$GIT/$module $folder"