Skip to content

Commit 39af57f

Browse files
committed
move the slash out of the quotes
1 parent c5c21ec commit 39af57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/validate-plugin-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ main() {
7676
git config user.name "github-actions"
7777
git config user.email "[email protected]"
7878
git checkout -b "$BRANCH_NAME"
79-
git add "${PLUGIN_PATH}/"{readme,README}.* || true
79+
git add "${PLUGIN_PATH}"/{readme,README}.* || true
8080

8181
# Bail before committing anything if we're dry-running.
8282
if [[ "${DRY_RUN}" == "true" ]]; then

0 commit comments

Comments
 (0)