Get rid of the colon here, makes copy/pasteing easier

This commit is contained in:
James Slagle 2015-01-26 11:02:33 -05:00
parent dd5f265786
commit 99cdab0a48
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ function show_profile {
echo " Querying assigned profiles ... "
echo
for node_id in $node_ids; do
echo " $node_id:"
echo " $node_id"
echo -n " "
curl -s -H "x-auth-token: $token" http://192.0.2.1:6385/v1/nodes/$node_id | jq '.properties.capabilities'
echo