Skip to content

Commit

Permalink
update mkectl to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshisharma84 committed Jun 7, 2024
1 parent 285691b commit 46e68bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/setup/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ main() {
echo "#########################"

if [ -z "${MKECTL_VERSION}" ]; then
echo "Using default mkectl version v4.0.0-alpha.0.5"
MKECTL_VERSION=v4.0.0-alpha.0.5
echo "Using default mkectl version v4.0.0-alpha1.0"
MKECTL_VERSION=v4.0.0-alpha1.0
fi
printf "\n"

Expand Down

0 comments on commit 46e68bf

Please sign in to comment.