diff options
Diffstat (limited to 'tools/hashpw/hashpw.go')
| -rw-r--r-- | tools/hashpw/hashpw.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hashpw/hashpw.go b/tools/hashpw/hashpw.go index f1bc10d..07212df 100644 --- a/tools/hashpw/hashpw.go +++ b/tools/hashpw/hashpw.go @@ -7,7 +7,7 @@ import ( "os" "golang.org/x/term" - "roseh.moe/cmd/roseh.moe/internal/pwhash" + "roseh.moe/pkg/roseh.moe/internal/pwhash" ) func hashpw() error { |
