Commit 823cb61f authored by Vitaly Lipatov's avatar Vitaly Lipatov

gitask: fix del operation

parent 62dc9767
...@@ -153,7 +153,7 @@ if [ "$1" = "add" ] ; then ...@@ -153,7 +153,7 @@ if [ "$1" = "add" ] ; then
[ -n "$PACKAGELIST" ] || fatal "no packages" [ -n "$PACKAGELIST" ] || fatal "no packages"
for PACKAGE in $PACKAGELIST ; do for PACKAGE in $PACKAGELIST ; do
docmd ssh $GEARHOST task add $TASK copy $PACKAGE $FROMSTR docmd ssh $GEARHOST task add $TASK del $PACKAGE
done done
exit exit
fi fi
......
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