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/r2-a2s-probe/main.go | |
parent | 171115d2af703f2239004d92b89066bbb2d249ab (diff) | |
download | Atlas-d22d9b657f593ead4214bad2c3033f757174fe66.tar.gz Atlas-d22d9b657f593ead4214bad2c3033f757174fe66.zip |
all: pg9182 -> r2northstar
Diffstat (limited to 'cmd/r2-a2s-probe/main.go')
-rw-r--r-- | cmd/r2-a2s-probe/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/r2-a2s-probe/main.go b/cmd/r2-a2s-probe/main.go index 821ec08..dd38b7d 100644 --- a/cmd/r2-a2s-probe/main.go +++ b/cmd/r2-a2s-probe/main.go @@ -8,7 +8,7 @@ import ( "sync" "time" - "github.com/pg9182/atlas/pkg/a2s" + "github.com/r2northstar/atlas/pkg/a2s" "github.com/spf13/pflag" ) |