diff --git a/quickget b/quickget index 722bece49e..eee1fe041b 100755 --- a/quickget +++ b/quickget @@ -172,7 +172,7 @@ function error_specify_os() { os_supported() { if [[ ! " $(os_support) " =~ " ${OS} " ]]; then - os_not_supported + error_not_supported_os fi }