Skip to content

Commit

Permalink
chore(dev): fix uuidgen for mac (#348)
Browse files Browse the repository at this point in the history
fix uuidgen for mac

Signed-off-by: Yaroslav Borbat <86148689+yaroslavborbat@users.noreply.github.com>
  • Loading branch information
yaroslavborbat authored Sep 6, 2024
1 parent fd4b0af commit c96c747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/virtualization-artifact/hack/dlv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fi
IMAGE=$(parse_flag "image" "i")

if [[ -z $IMAGE ]] ; then
IMAGE="ttl.sh/$(uuidgen):10m"
IMAGE="ttl.sh/$(uuidgen | awk '{print tolower($0)}'):10m"
fi

CMD="${ARGS[0]}"
Expand Down

0 comments on commit c96c747

Please sign in to comment.