Skip to content

Commit

Permalink
Fix make help copy (#2852)
Browse files Browse the repository at this point in the history
## Description

Fix a copy for deploy reboot task

---

## Checklist
Ensure your pull request meets the following requirements:

- [x] Tests have been added or updated.
- [x] Documentation has been updated (if applicable).
- [x] I have applied neccessary labels to this PR.
- [x] I have tested this change locally and on staging.
- [x] At a functional level, it has been validated with the team/PO.
  • Loading branch information
jordisala1991 authored Dec 17, 2024
2 parents c08a82a + d30159e commit 4e4ac4b
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 4e4ac4b

Please sign in to comment.