diff options
author | pg9182 <96569817+pg9182@users.noreply.github.com> | 2022-10-21 13:42:22 -0400 |
---|---|---|
committer | pg9182 <96569817+pg9182@users.noreply.github.com> | 2022-10-21 13:42:22 -0400 |
commit | d22d9b657f593ead4214bad2c3033f757174fe66 (patch) | |
tree | 06eb14885e6584c715b19ef2d5588f8c35c0a82b /cmd/atlas | |
parent | 171115d2af703f2239004d92b89066bbb2d249ab (diff) | |
download | Atlas-d22d9b657f593ead4214bad2c3033f757174fe66.tar.gz Atlas-d22d9b657f593ead4214bad2c3033f757174fe66.zip |
all: pg9182 -> r2northstar
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" ) |