diff options
Diffstat (limited to 'cmd/authelia-scripts/main.go')
| -rwxr-xr-x | cmd/authelia-scripts/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/authelia-scripts/main.go b/cmd/authelia-scripts/main.go index d745d859e..7a6cb5709 100755 --- a/cmd/authelia-scripts/main.go +++ b/cmd/authelia-scripts/main.go @@ -7,8 +7,8 @@ import ( log "github.com/sirupsen/logrus" "github.com/spf13/cobra" - "github.com/authelia/authelia/internal/commands" - "github.com/authelia/authelia/internal/utils" + "github.com/authelia/authelia/v4/internal/commands" + "github.com/authelia/authelia/v4/internal/utils" ) var buildkite bool |
