mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Syntax fixes test code (#10747)
* Removed a comma that should not be there. * Should use double quotes if an expression is in a string.
This commit is contained in:
parent
a1252f11d8
commit
1b7af072d7
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"name": "test-plugin",
|
||||
"name": "test-plugin"
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue