aboutsummaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-06-08 02:25:48 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-06-08 02:25:48 +0200
commit2752f4a462004485afb6a5486375447b10cd7c36 (patch)
treea8dbc53693473e8696c23e1247ca78a6ce5abfd5 /tasks
parentfa7ef611183f48a4133541184d0fc4203c44fda8 (diff)
downloadltask-2752f4a462004485afb6a5486375447b10cd7c36.tar.gz
changed true/false to yes/no for consistency
Diffstat (limited to 'tasks')
-rw-r--r--tasks/example2
-rw-r--r--tasks/system-update2
2 files changed, 2 insertions, 2 deletions
diff --git a/tasks/example b/tasks/example
index deb3c94..8974aee 100644
--- a/tasks/example
+++ b/tasks/example
@@ -13,7 +13,7 @@ function task_setup() {
# $INCLUDE_DIR
# Available Configuration
- # $PARALLEL "true"/"false"
+ # $PARALLEL "yes"/"no"
INCLUDES+=()
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