From c529c0628b08d526c30acf9d92afd0005bb0d00d Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 10 Jun 2020 00:55:54 +0200 Subject: Whitespace errors --- tasks/example | 2 +- tasks/jenkins | 2 +- tasks/reboot | 4 ++-- tasks/system-update | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tasks') diff --git a/tasks/example b/tasks/example index 8974aee..a833a6a 100644 --- a/tasks/example +++ b/tasks/example @@ -19,7 +19,7 @@ function task_setup() { SSH_USER=server SSH_IDENTITY_FILE=$ASSET_DIR/id_rsa - + FILES+=() TASK_ISSET="yes" diff --git a/tasks/jenkins b/tasks/jenkins index 5598a9e..d763377 100644 --- a/tasks/jenkins +++ b/tasks/jenkins @@ -10,7 +10,7 @@ function task_setup() { # Available environment variables # $ASSET_DIR # $TOOL_DIR - + SSH_USER=server SSH_IDENTITY_FILE=$ASSET_DIR/id_jenkins diff --git a/tasks/reboot b/tasks/reboot index 3027502..83c04fd 100644 --- a/tasks/reboot +++ b/tasks/reboot @@ -9,10 +9,10 @@ function task_setup() { # Available environment variables # $ASSET_DIR # $TOOL_DIR - + SSH_USER=server SSH_IDENTITY_FILE=$ASSET_DIR/id_rsa - + TASK_ISSET="yes" } diff --git a/tasks/system-update b/tasks/system-update index 865014c..8a8c55d 100644 --- a/tasks/system-update +++ b/tasks/system-update @@ -7,7 +7,7 @@ function task_exec() { sudo pkg_upgrade ret=$(($ret + $?)) - + exit $ret } @@ -15,7 +15,7 @@ function task_setup() { # Available environment variables # $ASSET_DIR # $TOOL_DIR - + INCLUDES+=("$INCLUDE_DIR/pkgmanager") SSH_USER=server -- cgit v1.2.3