Skip to content

Commit

Permalink
Avoid showing more than one IP
Browse files Browse the repository at this point in the history
  • Loading branch information
andergmartins committed Jul 26, 2023
1 parent e8404ae commit 1215188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-workspace/docker/scripts/host-ip
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ else
exit 1
fi

echo "$DOCKER_HOST_IP"
echo "$DOCKER_HOST_IP" | head -n 1

0 comments on commit 1215188

Please sign in to comment.