diff --git a/cmd/cli/main.go b/cmd/cli/main.go index ef05d017..ad8e5e1b 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -17,7 +17,7 @@ limitations under the License. package main import ( - "atomci/cmd/cli/command" + "github.com/go-atomci/atomci/cmd/cli/command" ) func main() {