Skip to content

Commit

Permalink
Fix make help copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Dec 17, 2024
1 parent c08a82a commit d30159e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/make/05_deploy.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ deploy-accessory-boot: ## Initialize one or all accessories.
$(KAMAL) accessory boot $(ACCESSORY) $(KAMAL_FLAGS)
.PHONY: deploy-accessory-boot

deploy-accessory-reboot: ## Initialize one or all accessories.
deploy-accessory-reboot: ## Stop, remove and boot again one or all accessories.
$(KAMAL) accessory reboot $(ACCESSORY) $(KAMAL_FLAGS)
.PHONY: deploy-accessory-reboot

Expand Down

0 comments on commit d30159e

Please sign in to comment.