Skip to content

Commit 2722017

Browse files
Fix minor typos in comments (#2744)
1 parent 0a3db5d commit 2722017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipe/deploy/update_code.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
set('auto_ssh_keygen', true);
1919

2020
// Sets deploy:update_code strategy.
21-
// Can we one of:
21+
// Can be one of:
2222
// - archive
2323
// - clone (if you need `.git` dir in your {{release_path}})
2424
set('update_code_strategy', 'archive');
@@ -89,7 +89,7 @@
8989

9090
run("$git remote update 2>&1");
9191

92-
// Copy to release_path.a
92+
// Copy to release_path.
9393
if (get('update_code_strategy') === 'archive') {
9494
run("$git archive $at | tar -x -f - -C {{release_path}} 2>&1");
9595
} else if (get('update_code_strategy') === 'clone') {

0 commit comments

Comments
 (0)