Skip to content

Commit 75bdd50

Browse files
committed
fixing typo
1 parent 6fbfa74 commit 75bdd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
make lint
6565
make release
66-
sudo chown -r $(whoami):$(whoami) ./themes/cloudposse/node_modules/
66+
sudo chown -R $(whoami):$(whoami) ./themes/cloudposse/node_modules/
6767
make real-clean hugo/build
6868
- name: "Push Site to S3"
6969
if: github.event_name == 'release' && github.event.action == 'published'

0 commit comments

Comments
 (0)