summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-01 12:50:03 -0500
committerJeff Carr <[email protected]>2024-11-01 12:50:03 -0500
commit4fbd3ed51843be7cbe97e0fda6bb6cc9a4e15987 (patch)
treea151420752d9863b0d459f9cd9d248a9090dc696 /main.go
parentfb9f42285dd9f2840566b71d05f4383a00cfd267 (diff)
things work againv0.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index 5898ba2..456e67b 100644
--- a/main.go
+++ b/main.go
@@ -78,6 +78,9 @@ func main() {
log.Info("\n\nshould import here", argv.Start, "\n")
log.Info("import", argv.Import.Host, argv.Import.DomainName)
url := "/import?domainName=" + argv.Import.DomainName
+ if argv.Import.Force {
+ url += "&force=true"
+ }
dumpStdout(url)
}
}