Commit f798d860 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play mssql-server: fix error message

parent 303cb135
......@@ -30,7 +30,7 @@ case "$($DISTRVENDOR -d)" in
epm install --repack https://packages.microsoft.com/rhel/8/mssql-server-2019/mssql-server-1*.x86_64.rpm || fatal
;;
*)
fatal "$(DISTRVENDOR -d) is not supported yet."
fatal "$($DISTRVENDOR -d) is not supported yet."
;;
esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment