diff --git a/automation_tools/flathub_push_main.sh b/automation_tools/flathub_push_main.sh index 311c021e..0c0f18d8 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -98,5 +98,5 @@ fi git add . git commit -m "Update RetroDECK to v$relname from RetroDECK/$rd_branch" -git push --force "https://{$GITHUB_TOKEN}github.com/${flathub_target_repo}" "$relname" +git push --force "https://${GITHUB_TOKEN}github.com/${flathub_target_repo}" "$relname"