Skip to content

Commit

Permalink
fixed lint error - final newline
Browse files Browse the repository at this point in the history
  • Loading branch information
r4reetik committed Oct 5, 2024
1 parent 0ad41dd commit d8d6531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ EXPECTED_ERROR="You need to run \`nvm install --lts\` to install and \`nvm use -

# Check if the error message matches the expected output
echo "$ERROR_OUTPUT" | grep -q "$EXPECTED_ERROR" \
|| die "Expected error message not found. Got: $ERROR_OUTPUT"
|| die "Expected error message not found. Got: $ERROR_OUTPUT"

0 comments on commit d8d6531

Please sign in to comment.