diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 01:51:22 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 08:30:01 -0500 |
| commit | 4178e3893f310425e76f6d4515af9e7d0ea36a0a (patch) | |
| tree | 0c5e576120e5f9554dd0a3dc3563f5f6a094c823 /app/cli.go | |
| parent | 4dd5fd4f747c95cb258ab9a634d48f3eb8f19491 (diff) | |
| download | skunky-art-4178e3893f310425e76f6d4515af9e7d0ea36a0a.tar.gz skunky-art-4178e3893f310425e76f6d4515af9e7d0ea36a0a.tar.bz2 skunky-art-4178e3893f310425e76f6d4515af9e7d0ea36a0a.zip | |
update org name
Diffstat (limited to 'app/cli.go')
| -rwxr-xr-x | app/cli.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ Usage: - [-h|--help] | returns this message Example: ./skunkyart -c config.json -Copyright lost+skunk and zerolabs, X11. https://github.com/zerolabsco/skunky-art/releases/tag/v{{.Version}}` +Copyright lost+skunk and zerolabs, X11. https://github.com/krazywarez/skunky-art/releases/tag/v{{.Version}}` a := os.Args[1:] for n, x := range a { @@ -175,5 +175,5 @@ func addInstance() { } time.Sleep(500 * time.Millisecond) } - exit("Done! Now add the files 'instances.json' and 'INSTANCES.md' to the 'main' branch in the repository https://github.com/zerolabsco/skunky-art", 0) + exit("Done! Now add the files 'instances.json' and 'INSTANCES.md' to the 'main' branch in the repository https://github.com/krazywarez/skunky-art", 0) } |
