Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/demos/30-guess-uuid-network/debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#Script inspired by https://codefresh.io/blog/debug_node_in_docker/

if [ $# -lt 1 ]; then
printf "Please pass a container name as an argument:"
printf "Please pass a container name as an argument:\n"
docker ps
exit 1
fi;
Expand Down