diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/send-over-http/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/send-over-http/main.go b/cmd/send-over-http/main.go index 4bd9750..f9b4087 100644 --- a/cmd/send-over-http/main.go +++ b/cmd/send-over-http/main.go @@ -6,7 +6,7 @@ import ( "os" "time" - sendoverhttp "git.server.ky/cypher/send-over-http" + sendoverhttp "git.server.ky/slackcoder/send-over-http" ) func exitOnErr(err error) { |