summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-16 05:22:41 -0600
committerJeff Carr <[email protected]>2024-11-16 05:22:41 -0600
commitf45dacfcaf5d674b8ec36a245591088e0e8f0f81 (patch)
tree0425f6308907ec3e41739af4951a024bd6123d96 /main.go
parent6944de6d8509bc024bd1749913dcf0b4fcb97740 (diff)
create works from a filenamev0.1.6v0.1.5v0.1.4
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 456e67b..8d4cd68 100644
--- a/main.go
+++ b/main.go
@@ -77,7 +77,7 @@ 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
+ url := "/import?domainName=" + argv.Import.DomainName
if argv.Import.Force {
url += "&force=true"
}