Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankscholten committed Feb 28, 2017
1 parent a862104 commit 7d05b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install
Expand Up @@ -25,7 +25,7 @@ VERSION=$(echo $@ | xargs)
if [ -z "$VERSION" ]; then
VERSION=$(curl -s https://api.github.com/repos/containersolutions/minimesos/releases/latest | grep "tag_name" | awk '{ print $2 }' | tr -d '",')
if [ ! "$VERSION" ]; then
echo "Cannot determine latest release of minimesos. Please check https://github.com/containersolutinos/minimesos/releases"
echo "Cannot determine latest release of minimesos. Please check https://github.com/containersolutions/minimesos/releases"
exit 1
fi
fi
Expand Down

0 comments on commit 7d05b47

Please sign in to comment.