X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=common%2Ftrack;h=e5a5ef76491765e1364808bc3ee62b448075fdd9;hb=4d89c37a776f88b7db5719ccad964e719ab4a244;hp=627c680d9b955b960aa45c1acf1f7cd411abdfcf;hpb=be5e68caa721d8c143ba80899b0e29fc84bec982;p=osm%2Fdevops.git diff --git a/common/track b/common/track index 627c680d..e5a5ef76 100644 --- a/common/track +++ b/common/track @@ -60,13 +60,14 @@ function track(){ operation="${1:-${osm_track_event_name}}" shift 1 value="${1:-}" + value="${value// /_}" shift 1 comment="${1:-}" - shift 1 comment="${comment// /_}" - tags="${1:-}" shift 1 + tags="${1:-}" tags="${tags//,/\~}" + shift 1 [ "$value" == "none" ] && value="" [ "$comment" == "none" ] && comment="" [ "$tags" == "none" ] && tags=""