Skip to content

Commit 51906e6

Browse files
author
kgribov
committed
Fix mistake
1 parent 05c4ede commit 51906e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/com/griddynamics/jagger/jenkins/plugin/script/agent.checking.script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ JOUT=$(ssh${ssh-key-path} ${user-name}@${server-address} "pgrep -f AgentStarter"
66
echo "No AgentStarter running on ${server-address}" 1>&2;
77

88
FAIL_IF_AGENT_NOT_RUNNING="${fail-if-not-running}"
9-
if [ $FAIL_IF_AGENT_NOT_RUNNING = "true" ] ; then}"
9+
if [ $FAIL_IF_AGENT_NOT_RUNNING = "true" ] ; then
1010
exit $ERROR_CODE_AGENT_NOT_RUNNING
1111
fi
1212
fi

0 commit comments

Comments
 (0)