Skip to content

Commit

Permalink
Use "date" instead of "uuid" as that should always be present
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Dec 11, 2020
1 parent c367fae commit 81d27b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ function wait_for_resource() {
function nudge_ksvc() {
local resource="$1"
shift
kn -n "$DROGUE_NS" service update "$resource" -e "N=$(uuid)" || true
kn -n "$DROGUE_NS" service update "$resource" -e "N=$(date)" || true
}

0 comments on commit 81d27b1

Please sign in to comment.