aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-02-12 05:40:07 -0800
committerXe Iaso <me@xeiaso.net>2024-02-12 05:40:07 -0800
commit491d0858997633f077a2e5c4000753ec8c65a905 (patch)
tree2cd9e682a52562d0c9b18fbfdb7743589929009c /cmd
parentd0fefc7ae6c5eccfb5f3813c1e6422a3043e3455 (diff)
downloadxesite-491d0858997633f077a2e5c4000753ec8c65a905.tar.xz
xesite-491d0858997633f077a2e5c4000753ec8c65a905.zip
cmd/xesite: fix default patreon token url
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/xesite/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/xesite/main.go b/cmd/xesite/main.go
index 7365fa9..4635a71 100644
--- a/cmd/xesite/main.go
+++ b/cmd/xesite/main.go
@@ -25,7 +25,7 @@ var (
gitRepo = flag.String("git-repo", "https://github.com/Xe/site", "Git repository to clone")
githubSecret = flag.String("github-secret", "", "GitHub secret to use for webhooks")
miToken = flag.String("mi-token", "", "Token to use for the mi API")
- patreonSaasProxyURL = flag.String("patreon-saasproxy-url", "http://xesite-patreon-saasproxy.flycast/", "URL to use for the patreon saasproxy")
+ patreonSaasProxyURL = flag.String("patreon-saasproxy-url", "http://xesite-patreon-saasproxy.flycast", "URL to use for the patreon saasproxy")
siteURL = flag.String("site-url", "https://xeiaso.net/", "URL to use for the site")
)