Skip to content

Commit 97ec204

Browse files
authored
Update entrypoint.sh
1 parent bb89d72 commit 97ec204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ls -la $SSH_PATH
3333
echo "CONFIGURING GIT SSH"
3434
git config core.sshCommand "ssh -i $WPENGINE_SSH_KEY_PRIVATE_PATH -o UserKnownHostsFile=$KNOWN_HOSTS_PATH"
3535

36-
echo "ADDING GIT REMOTE"
36+
echo "ADDING GIT REMOTE: git@$WPENGINE_HOST:$WPENGINE_ENV/$WPENGINE_ENVIRONMENT_NAME.git"
3737
git remote add $WPENGINE_ENV git@$WPENGINE_HOST:$WPENGINE_ENV/$WPENGINE_ENVIRONMENT_NAME.git
3838
git remote -v
3939

0 commit comments

Comments
 (0)