diff options
Diffstat (limited to 'cmd/atlas')
-rw-r--r-- | cmd/atlas/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/atlas/main.go b/cmd/atlas/main.go index a9251b5..65a801b 100644 --- a/cmd/atlas/main.go +++ b/cmd/atlas/main.go @@ -11,7 +11,7 @@ import ( "github.com/hashicorp/go-envparse" _ "github.com/mattn/go-sqlite3" - "github.com/pg9182/atlas/pkg/atlas" + "github.com/r2northstar/atlas/pkg/atlas" "github.com/spf13/pflag" ) |