From: Silvio Rhatto Date: Tue, 28 Nov 2017 13:41:27 +0000 (-0200) Subject: Typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=13aa140b3084dfdb07beaae3a10dc114ecde2f37;p=puppet-bootstrap.git Typo --- 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-//'`"