Skip to content

Commit

Permalink
fix: add base dir
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTryon committed Jul 14, 2023
1 parent a7512c1 commit cd876e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ if [[ ! -f "$ORB_STR_CLI_CONFIG" ]]; then
fi
set -x
vale sync
vale --glob="$ORB_STR_CLI_GLOB" --config="$ORB_STR_CLI_CONFIG"
vale --glob="$ORB_STR_CLI_GLOB" --config="$ORB_STR_CLI_CONFIG" "$ORB_STR_CLI_BASE_DIR"
set +x

0 comments on commit cd876e9

Please sign in to comment.