Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Fix: the selected version printed when migrating server versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jiriks74 committed Apr 10, 2023
1 parent dd93be3 commit c585238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .msman/version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

EXTRA_SCRIPTS_VERSION="v2.1.5"
EXTRA_SCRIPTS_VERSION="v2.1.6"
4 changes: 2 additions & 2 deletions msman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
# and acknowledge the original script and author. #
#############################################################################################################

CURRENT_SCRIPT_VERSION="v2.1.5"
CURRENT_SCRIPT_VERSION="v2.1.6"

# --------------------------------------------------
# You shouldn't need to change anything in this file
Expand Down Expand Up @@ -107,7 +107,7 @@ function ask_version_differs {
echo
echo
echo "The current server version differs from the one you selected."
echo "The server version is $current_version and the selected version is $select_version."
echo "The server version is $current_version and the selected version is $version."
echo "Do you want to update the server version?"
echo "This can cause many issues if you don't know what you are doing."
echo
Expand Down

0 comments on commit c585238

Please sign in to comment.