Skip to content

Commit

Permalink
Fix error on invalid OS selection
Browse files Browse the repository at this point in the history
  • Loading branch information
lj3954 committed Apr 21, 2024
1 parent d2081b5 commit 940124c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickget
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function error_specify_os() {

os_supported() {
if [[ ! " $(os_support) " =~ " ${OS} " ]]; then
os_not_supported
error_not_supported_os
fi
}

Expand Down

0 comments on commit 940124c

Please sign in to comment.