Skip to content

Commit

Permalink
Update update_code.php (#3890)
Browse files Browse the repository at this point in the history
Fixing what looks to be a typo
  • Loading branch information
joelpittet authored Sep 10, 2024
1 parent a475f54 commit 422daf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/deploy/update_code.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* Works only when [`update_code_strategy`](#update_code_strategy) is set to `archive` (default).
*
* Example:
* - set value to `src` if you want to deploy the folder that lives at `/src/api`.
* - set value to `src` if you want to deploy the folder that lives at `/src`.
* - set value to `src/api` if you want to deploy the folder that lives at `/src/api`.
*
* Note: do not use a leading `/`!
Expand Down

0 comments on commit 422daf2

Please sign in to comment.