diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-15 10:57:27 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-15 10:57:27 +0530 |
commit | fff3dadabc321871e6819392efc605c6dffe2e69 (patch) | |
tree | 25aceed23b73b2ad975a06d73fad091d0886a2a6 /cmd/logout.go | |
parent | a44d6eb2fdddc75983c735e1a0fa744014db9593 (diff) |
migrated from MAL2Go to mg package
Diffstat (limited to 'cmd/logout.go')
-rw-r--r-- | cmd/logout.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/logout.go b/cmd/logout.go index 0826782..1ae9f3e 100644 --- a/cmd/logout.go +++ b/cmd/logout.go @@ -20,7 +20,7 @@ package cmd import ( "github.com/spf13/cobra" - "github.com/MikunoNaka/macli/auth" + "vidhukant.com/macli/auth" ) var logoutCmd = &cobra.Command { |