Fix spacing issue in ssh_check()

Change-Id: Ia5bd7b678b86f2e3e3b1fa04e628096feb1ace81
diff --git a/functions b/functions
index 0da8299..c0c9197 100644
--- a/functions
+++ b/functions
@@ -894,7 +894,7 @@
     local FLOATING_IP=$3
     local DEFAULT_INSTANCE_USER=$4
     local ACTIVE_TIMEOUT=$5
-    local probe_cmd = ""
+    local probe_cmd=""
     if ! timeout $ACTIVE_TIMEOUT sh -c "while ! ssh -o StrictHostKeyChecking=no -i $KEY_FILE ${DEFAULT_INSTANCE_USER}@$FLOATING_IP echo success ; do sleep 1; done"; then
         echo "server didn't become ssh-able!"
         exit 1