Skip to content

Commit

Permalink
make latest the default install channel
Browse files Browse the repository at this point in the history
  • Loading branch information
MonzElmasry authored and Craig Jellick committed Nov 23, 2020
1 parent a0fcf72 commit bfb5fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ setup_env() {

# --- make sure install channel has a value
if [ -z "${INSTALL_RKE2_CHANNEL}" ]; then
INSTALL_RKE2_CHANNEL="stable"
INSTALL_RKE2_CHANNEL="latest"
fi

# --- make sure install type has a value
Expand Down

0 comments on commit bfb5fc5

Please sign in to comment.