From 64a5746bef927fd4fc4d9b06fa014da13d7bcb93 Mon Sep 17 00:00:00 2001 From: Vaerh Date: Wed, 28 Sep 2022 11:15:45 +0000 Subject: [PATCH] Update .gitignore & Makefile --- .gitignore | 4 +++- Makefile | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) 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