docker/r10k/docker-entrypoint.d/10-analytics.sh in r10k-3.3.3 vs docker/r10k/docker-entrypoint.d/10-analytics.sh in r10k-3.4.0
- old
+ new
@@ -9,10 +9,10 @@
# Tracking ID
tid=UA-132486246-5
# Application Name
an=r10k
# Application Version
-av=$R10K_VERSION
+av=$(r10k version | cut -d ' ' -f 2)
# Anonymous Client ID
_file=/var/tmp/pwclientid
cid=$(cat $_file 2>/dev/null || (cat /proc/sys/kernel/random/uuid | tee $_file))
# Event Category
ec=${PUPPERWARE_ANALYTICS_STREAM:-dev}