Skip to content

Commit f5fac48

Browse files
committed
Change codeschool submit default GITHUB_REPO
1 parent d23147e commit f5fac48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/environments/production.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
EMAIL_BACKEND = "anymail.backends.mandrill.EmailBackend"
4444

4545
# Temporary frontend configs
46-
GITHUB_REPO = config("GITHUB_REPO", "OperationCode/operationcode_backend")
46+
GITHUB_REPO = config("GITHUB_REPO", "OperationCode/back-end")

0 commit comments

Comments
 (0)