Skip to content

Commit 2da607b

Browse files
fix: correct typo in encrypt-secrets.php filename (#317)
* Rename encrypt-sectrets.php to encrypt-secrets.php Corrected typo in filename * Fix typo in prearchive script command fix: update package.json to reference correct filename * Fix typo in filename --------- Co-authored-by: David Stone <david@nnucomputerwhiz.com>
1 parent a355a9f commit 2da607b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"vendor/delight-im/cookie/.travis-ci-apache",
143143
"vendor/doctrine",
144144
".distignore",
145-
"encrypt-sectrets.php",
145+
"encrypt-secrets.php",
146146
"scripts",
147147
"mu-plugins",
148148
"DEPLOY.md",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ function encryptValue($plaintext, $key) {
2828
echo "Updated $target_file\n";
2929
} else {
3030
echo "$target_file is up to date\n";
31-
}
31+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"postbuild": "npm run archive",
4040
"build:dev": "npm run copylibs && npm run uglify && npm run cleancss && npm run makepot",
4141
"build:translate": "npm run copylibs && npm run uglify && npm run cleancss && npm run makepot && npm run translate",
42-
"prearchive": "php encrypt-sectrets.php",
42+
"prearchive": "php encrypt-secrets.php",
4343
"archive": "node scripts/archive.js",
4444
"preuglify": "node scripts/clean-js.js",
4545
"uglify": "node scripts/uglify.js",

0 commit comments

Comments
 (0)