innerpeacez commented on code in PR #126:
URL: https://github.com/apache/skywalking-helm/pull/126#discussion_r1325403293


##########
test/e2e/setup-e2e-shell/install.sh:
##########
@@ -27,9 +27,9 @@ CURRENT_DIR="$(cd "$(dirname $0)"; pwd)"
 # prepare base dir
 TMP_DIR=/tmp/skywalking-infra-e2e
 BIN_DIR=/usr/local/bin
-mkdir -p $TMP_DIR && cd $TMP_DIR
+mkdir -p $TMP_DIR  && cd $TMP_DIR

Review Comment:
   ```suggestion
   mkdir -p $TMP_DIR && cd $TMP_DIR
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to