Skip to content

Commit 0170959

Browse files
committed
Fix error on default statement line 381
1 parent f7af5d3 commit 0170959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ case $architecture in
378378
aarch64)
379379
ARCH="arm64"
380380
;;
381-
*);
381+
*)
382382
echo
383383
echo -e "\e[91mInstallation aborted\e[0m"
384384
echo "===================================================================="

0 commit comments

Comments
 (0)