We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a271f commit 185c7f5Copy full SHA for 185c7f5
git_update_scripts/github-webhook.sh
@@ -5,7 +5,7 @@ set -e #this forces an exit on any error
5
script_path='/home/factorio/backend_scripts/git_update_scripts/update-from-args.sh'
6
7
{
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'
+ "$script_path" develop origin develop default false false
+ "$script_path" crashsite origin develop crash_site false false
+ "$script_path" dev-debug origin develop default false true
+} >>'/home/factorio/backend_scripts/logs/github_webhook_output.txt'
0 commit comments