Skip to content

Commit

Permalink
Merge pull request #113 from geoberle/make-ifndef
Browse files Browse the repository at this point in the history
ifndef indentation issue
  • Loading branch information
s-amann authored May 8, 2024
2 parents 2e01baa + 13760df commit 9e9068d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-infrastructure/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ show:
@echo "DNSZone/deployment : $(DEPLOYMENTNAME)"

setsubscription:
ifndef AKSCONFIG
ifndef AKSCONFIG
$(error "Must set AKSCONFIG")
endif
endif
az account set --subscription $(HCPDEVSUBSCRIPTION)
az account show

Expand Down

0 comments on commit 9e9068d

Please sign in to comment.