Skip to content

Commit

Permalink
fix(presets/workspace): scope typo-error catching
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Mar 3, 2024
1 parent 72aeb86 commit 5a2b0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presets/workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ parse_commit() {
fi

# Early catching non-workspace commits
if [ "$scope" != "$PKG_NAME" ]; then
if [ "${scope-}" != "$PKG_NAME" ]; then
return 0
fi

Expand Down

0 comments on commit 5a2b0c5

Please sign in to comment.