Skip to content

Commit 1fdba19

Browse files
committed
Add help line for create-gpu-machineset
1 parent d80c6d8 commit 1fdba19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install: operator-deploy post-install ## installs the pattern and loads the secr
1616
@echo "Installed"
1717

1818
.PHONY: create-gpu-machineset
19-
create-gpu-machineset:
19+
create-gpu-machineset: ## Creates a gpu machineset
2020
ansible-playbook ansible/playbooks/create-gpu-machine-set.yaml
2121

2222
.PHONY: post-install

0 commit comments

Comments
 (0)