aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xltask2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltask b/ltask
index 52725ac..ddbee06 100755
--- a/ltask
+++ b/ltask
@@ -87,7 +87,7 @@ function interactive() {
parse_args
-if [ -z $TASK ] || [ -z $TARGET ]; then
+if [ -z $TASK ]; then
interactive
fi