8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e16fc8 commit 3019afeCopy full SHA for 3019afe
DockerExec
@@ -372,7 +372,7 @@ elif [[ "spawn" == "$ENVIRONMENT" ]]; then
372
# print spawn details
373
if [[ "status" == "$ACTION" ]]; then
374
print_info "Following spawn containers are available:"
375
- find "$SPAWNS_AVAIL_PATH" -maxdepth 1 -type f,l -printf " - %f\n"
+ find "$SPAWNS_AVAIL_PATH" -maxdepth 1 -type f,l -exec basename {} \; | sort | awk '{print " - "$1}'
376
echo
377
378
print_info "Following spawn containers are enabled in order:"
0 commit comments