Commit 6afd5b20 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: fix --force handling

parent df656699
......@@ -403,7 +403,8 @@ case "$1" in
--update)
shift
local CMDUPDATE="--update"
[ -n "$force" ] && CMDUPDATE="--run"
# check --force on common.sh side
#[ -n "$force" ] && CMDUPDATE="--run"
if [ -z "$1" ] ; then
fatal "run --update with 'all' or a project name"
......
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