Skip to content

Commit 70de54c

Browse files
authored
Update FLAGS formatting in README.md (#94)
* change ignorefile.txt to .deployignore updated ignorefile.txt to .deployignore in the extended example to match the file name used in the flag description * update --exclude formatting
1 parent 782e001 commit 70de54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
SRC_PATH: "wp-content/themes/genesis-child-theme/"
8585
REMOTE_PATH: "wp-content/themes/genesis-child-theme/"
8686
PHP_LINT: TRUE
87-
FLAGS: -azvr --inplace --delete --exclude=".*" --exclude=wp-content/mu-plugins/local-plugin --exclude-from=ignorefile.txt
87+
FLAGS: -azvr --inplace --delete --exclude=.* --exclude=wp-content/mu-plugins/local-plugin --exclude-from=.deployignore
8888
SCRIPT: "path/yourscript.sh"
8989
CACHE_CLEAR: TRUE
9090
```

0 commit comments

Comments
 (0)