Skip to content

Commit

Permalink
#2935: install_rancher, replace 'exit' with 'exit 1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Feb 21, 2018
1 parent b0f89ca commit 8f15075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_rancher
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ elif [ "$DISTRO_TYPE" = 'windows' ]; then

else
echo 'Error: distro is not known, contact repository owner.'
exit
exit 1
fi

## install rancher ecosystem
Expand Down

0 comments on commit 8f15075

Please sign in to comment.