Verified Commit a591243c authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

fix typo



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent 63468e87
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# from here, let's just hope all WORKSPACE have been set correctly # from here, let's just hope all WORKSPACE have been set correctly
NODE_NAME="$(basename ${WORKSPACE})" NODE_NAME="$(basename ${WORKSPACE})"
echo "Starting slave.jar for $NODE_NAME}..." echo "Starting slave.jar for ${NODE_NAME}..."
f="/var/lib/jenkins/offline_nodes" f="/var/lib/jenkins/offline_nodes"
if [ -f "$f" ]; then if [ -f "$f" ]; then
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment