Skip to content

Commit

Permalink
Syntax fixes test code (#10747)
Browse files Browse the repository at this point in the history
* Removed a comma that should not be there.

* Should use double quotes if an expression is in a string.
  • Loading branch information
mathijshoogland authored and Lee Drengenberg committed Mar 12, 2017
1 parent a1252f1 commit 1b7af07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"name": "test-plugin",
"name": "test-plugin"
}
2 changes: 1 addition & 1 deletion test/scripts/_jenkins_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
if [ -n "$WORKSPACE" ]; then
cd "$WORKSPACE"
else
echo 'Unable to find the $WORKSPACE environment variable, is this jenkins?'
echo "Unable to find the $WORKSPACE environment variable, is this jenkins?"
exit 1
fi

Expand Down

0 comments on commit 1b7af07

Please sign in to comment.