Skip to content

Commit f2be4b4

Browse files
Update app.py
1 parent 8c014c8 commit f2be4b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,14 +604,14 @@ def add_flask_quickstart():
604604
fp.close()
605605

606606
with open(
607-
f"{BASE_PATH}tmp-cloned-repos/{APP_NAME}/.github/.container-hosting/deploy.sh",
607+
f"{BASE_PATH}tmp-cloned-repos/{APP_NAME}/.container-hosting/deploy.sh",
608608
"w",
609609
) as fp:
610610
fp.write(deploy_sh)
611611

612612
index = repo.index
613613
index.add(
614-
[f"{BASE_PATH}tmp-cloned-repos/{APP_NAME}/.github/.container-hosting/deploy.sh"]
614+
[f"{BASE_PATH}tmp-cloned-repos/{APP_NAME}/.container-hosting/deploy.sh"]
615615
)
616616
index.commit("Added deploy.sh file")
617617

0 commit comments

Comments
 (0)