gtx


Branch: develop

Author
thewhodidthis <thewhodidthis@fastmail.com>
Date
Jan. 31 '23 19:28:29
Commit
c945b986a61838e8b0c47e06186bf488b009d5df
Parent
35baabde9f6f16894e4a0ba56929b2df9782a48b
Changes
diff --git a/options.go b/options.go
index dc74081..9b8e135 100644
--- a/options.go
+++ b/options.go
@@ -15,7 +15,6 @@ type options struct {
 	Quiet    bool   `json:"quiet"`
 	Source   string `json:"source"`
 	Template string `json:"template"`
-	URL      string `json:"url"`
 }
 
 // Helps store options into a JSON config file.