diff --git a/automation_tools/flathub_push_main.sh b/automation_tools/flathub_push_main.sh index b447aff0..682f65cf 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -85,4 +85,4 @@ fi git add * git commit -m "Updated flathub/net.retrodeck.retrodeck to v$relname from RetroDECK/$rd_branch" -git push --force https://"$secret"github.com/"$flathub_target_repo.git" "$relname" \ No newline at end of file +git push --force "https://${secret}github.com/${flathub_target_repo}.git" "$relname" \ No newline at end of file