diff options
author | Slack Coder <slackcoder@server.ky> | 2023-09-15 10:09:47 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2023-09-15 10:48:59 -0500 |
commit | 44b68720704377c68e5ef78100ffdb378ec54994 (patch) | |
tree | da8f48bc14373cf76bf80d2782e107740b0137fb /cmd/installpkg/main.go | |
parent | 111be5fdb268e740e5a8d2419211e8664a147e54 (diff) | |
download | pkgtools-go-44b68720704377c68e5ef78100ffdb378ec54994.tar.xz |
Correct module name
`pkgtools-go` instead of `pkgtools`.
Diffstat (limited to 'cmd/installpkg/main.go')
-rw-r--r-- | cmd/installpkg/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/installpkg/main.go b/cmd/installpkg/main.go index 009a2e7..9a95b61 100644 --- a/cmd/installpkg/main.go +++ b/cmd/installpkg/main.go @@ -6,7 +6,7 @@ import ( "github.com/pborman/getopt/v2" - "git.server.ky/slackcoder/pkgtools" + "git.server.ky/slackcoder/pkgtools-go" ) //Usage: installpkg [options] <package_filename> |