diff --git a/.gitignore b/.gitignore index 884169b67..e089f3734 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,9 @@ dist go.work go.work.sum +# cloud nuke config +*cloud_nuke.yaml + # editors .idea *.swp diff --git a/Makefile b/Makefile index 3fa17d2be..c419bb1e9 100644 --- a/Makefile +++ b/Makefile @@ -419,6 +419,6 @@ set -e; \ package=$(2)@$(3) ;\ echo "Downloading $${package}" ;\ GOBIN=$(LOCALBIN) go install $${package} ;\ -mv "$$(echo "$(1)" | sed "s/-$(3)$$//")" $(1) ;\ +mv "$$(echo "$(1)" | sed "s/-$(3)$$//")" $(1) 2> /dev/null;\ } endef