Skip to content

Commit

Permalink
Update verbosity
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Feb 24, 2020
1 parent 598230e commit 0699f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/bin/**
.idea/
.DS_Store
*.tgz
4 changes: 1 addition & 3 deletions get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ getPackage() {
exit 1
else
extractFolder=$(echo $targetFile | sed "s/${REPO}${suffix}//g")
echo -n "Download Complete, extracting $targetFile to $extractFolder ..."
echo "Download Complete, extracting $targetFile to $extractFolder ..."
tar -xzf $targetFile -C $extractFolder
fi

Expand Down Expand Up @@ -110,8 +110,6 @@ getPackage() {
echo "SHA mismatch! This means there must be a problem with the download"
exit 1
else
echo "SHA match!"

if [ ! -w "$BINLOCATION" ]; then
echo
echo "============================================================"
Expand Down

0 comments on commit 0699f70

Please sign in to comment.