diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-06-08 02:25:48 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-06-08 02:25:48 +0200 |
commit | 2752f4a462004485afb6a5486375447b10cd7c36 (patch) | |
tree | a8dbc53693473e8696c23e1247ca78a6ce5abfd5 /tasks/system-update | |
parent | fa7ef611183f48a4133541184d0fc4203c44fda8 (diff) | |
download | ltask-2752f4a462004485afb6a5486375447b10cd7c36.tar.gz |
changed true/false to yes/no for consistency
Diffstat (limited to 'tasks/system-update')
-rw-r--r-- | tasks/system-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/system-update b/tasks/system-update index ececb6e..865014c 100644 --- a/tasks/system-update +++ b/tasks/system-update @@ -23,7 +23,7 @@ function task_setup() { PARALLEL="yes" - TASK_ISSET="true" + TASK_ISSET="yes" } if [ -z $HOSTMODE ]; then |