Skip to content

Commit c4d4552

Browse files
committed
fixed shellcheck
1 parent 501d8c6 commit c4d4552

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

installer-tests/run_tests.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ function autoupdate_test() {
152152
cp -r "$VUH_SRC_VOLUME/." "$tmp_vuh_src_dir" || exit 1
153153

154154
_show_updated_message "Creating downgraded version of repository ..."
155-
change_line="VUH_VERSION='"
156-
line_with_downgraded_version="VUH_VERSION='1.0.0'"
157155
downgraded_vuh_file="$(sed "s/VUH_VERSION=.*/VUH_VERSION=\'1\.0\.0\'/" "$tmp_vuh_src_dir/vuh.sh")"
158156
echo "$downgraded_vuh_file" > "$tmp_vuh_src_dir/vuh.sh"
159157

0 commit comments

Comments
 (0)