Skip to content

Commit

Permalink
fix: Fix typo in Makefile (#315)
Browse files Browse the repository at this point in the history
I'm assuming this should be `.PHONY` not `.PHONE`

Signed-off-by: Dave Fellows <[email protected]>
  • Loading branch information
davefellows authored and helayoty committed Mar 29, 2024
1 parent 1fde847 commit 8af6207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ ifndef ignore-not-found
endif

##@ gpu-provider
.PHONE: gpu-provisioner-identity-perm
.PHONY: gpu-provisioner-identity-perm
gpu-provisioner-identity-perm: ## Create identity for gpu-provisioner
az identity create --name gpuIdentity --resource-group $(AZURE_RESOURCE_GROUP)

Expand Down

0 comments on commit 8af6207

Please sign in to comment.