Commit bcdbc938 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm release-upgrade: use single quotes in fatal message

parent 099cecf6
......@@ -300,7 +300,8 @@ __do_upgrade()
docmd epm $non_interactive $force_yes upgrade && return
docmd epm $non_interactive $force_yes fix
docmd epm $non_interactive $force_yes upgrade && return
fatal "Check the errors and run '# $0' after fix."
local cmd="$0"
fatal 'Check the errors and run "# $cmd" after fix.'
}
# TODO: install new conf without signs?
......
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