diff --git a/.gitignore b/.gitignore index 011c755e..69163fa9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .vscode/* -pkg/* \ No newline at end of file +.idea +pkg/* +terraform-provider-routeros \ No newline at end of file diff --git a/Makefile b/Makefile index 3821f417..09720c1a 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,7 @@ VERSION=0.1.0 all: compile checksum clean test: - /usr/bin/go test -timeout 30s github.com/gnewbury1/terraform-provider-routeros/client - /usr/bin/go test -timeout 30s github.com/gnewbury1/terraform-provider-routeros/routeros + /usr/bin/go test -timeout 30s github.com/vaerh/terraform-provider-routeros/routeros compile: mkdir -p pkg