Skip to content

Commit 185c7f5

Browse files
committed
Fix formatting
1 parent a7a271f commit 185c7f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

git_update_scripts/github-webhook.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e #this forces an exit on any error
55
script_path='/home/factorio/backend_scripts/git_update_scripts/update-from-args.sh'
66

77
{
8-
"$script_path" develop origin develop default false false
9-
"$script_path" crashsite origin develop crash_site false false
10-
"$script_path" dev-debug origin develop default false true
11-
} >> '/home/factorio/backend_scripts/logs/github_webhook_output.txt'
8+
"$script_path" develop origin develop default false false
9+
"$script_path" crashsite origin develop crash_site false false
10+
"$script_path" dev-debug origin develop default false true
11+
} >>'/home/factorio/backend_scripts/logs/github_webhook_output.txt'

0 commit comments

Comments
 (0)