Update startpackpack.sh

spelling typo
This commit is contained in:
Andrew Bauer
2017-05-31 15:28:05 -05:00
committed by GitHub
parent 06a9598755
commit a7ca9bf212

View File

@@ -46,7 +46,7 @@ commonprep () {
echo "Checking packpack github repo for changes..."
git -C packpack pull origin master
else
echo "Cloning pakcpack github repo..."
echo "Cloning packpack github repo..."
git clone https://github.com/packpack/packpack.git packpack
fi