aboutsummaryrefslogtreecommitdiffhomepage
path: root/cli/reset_password.go
diff options
context:
space:
mode:
Diffstat (limited to 'cli/reset_password.go')
-rw-r--r--cli/reset_password.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/reset_password.go b/cli/reset_password.go
index 05a9b51..b9e5150 100644
--- a/cli/reset_password.go
+++ b/cli/reset_password.go
@@ -2,13 +2,13 @@
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
-package cli
+package cli // import "miniflux.app/cli"
import (
"fmt"
"os"
- "github.com/miniflux/miniflux/storage"
+ "miniflux.app/storage"
)
func resetPassword(store *storage.Storage) {