From 13aa140b3084dfdb07beaae3a10dc114ecde2f37 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 28 Nov 2017 11:41:27 -0200 Subject: Typo --- bin/mrconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mrconfig b/bin/mrconfig index 2d245f8..41be968 100755 --- a/bin/mrconfig +++ b/bin/mrconfig @@ -14,7 +14,7 @@ cd $WORK rm -f $WORK/.mrconfig touch $WORK/.mrconfig -# Fetch repository list and updtate mrconfig +# Fetch repository list and update mrconfig curl --stderr - $URL | grep "^puppet-" | cut -d ' ' -f 1 | sed -e 's/\.git$//' | while read module; do folder="`echo $module | sed -e 's/^puppet-//'`" -- cgit v1.2.3