Skip to content

Commit e825af0

Browse files
authored
Merge pull request #33 from Greewil/typos
fix: typos in error messages
2 parents 9ef8a50 + 55b7ab9 commit e825af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vuh.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
# Written by Shishkin Sergey <[email protected]>
163163

164164
# Current vuh version
165-
VUH_VERSION='2.9.3'
165+
VUH_VERSION='2.9.4'
166166

167167
# Installation variables (Please don't modify!)
168168
DATA_DIR='<should_be_replace_after_installation:DATA_DIR>'
@@ -882,7 +882,7 @@ function read_main_version() {
882882
_show_error_message "Failed to get main version from '$handling_file'!"
883883
_show_try_grep_command_message
884884
_show_error_message "Also make sure that origin/$remote_branch has the same structure as your local version file."
885-
make_sure_message="If your origin/$remote_branch branch has different version storage logic make sure that if "\
885+
make_sure_message="If your origin/$remote_branch branch has different version storage logic make sure that it "\
886886
'has different .vuh configuration.'
887887
_show_error_message "$make_sure_message"
888888
exit 1

0 commit comments

Comments
 (0)