diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-28 11:41:27 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-28 11:41:27 -0200 |
commit | 13aa140b3084dfdb07beaae3a10dc114ecde2f37 (patch) | |
tree | 06c285173d31ebace7b5b2be59f5c5fd72d05168 | |
parent | f101790c88099c746bafff3c82e7d2b5de73e2e0 (diff) | |
download | puppet-bootstrap-13aa140b3084dfdb07beaae3a10dc114ecde2f37.tar.gz puppet-bootstrap-13aa140b3084dfdb07beaae3a10dc114ecde2f37.tar.bz2 |
Typo
-rwxr-xr-x | bin/mrconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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-//'`" |