We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21c857 commit b4779e2Copy full SHA for b4779e2
replace_analytics_code.py
@@ -9,7 +9,7 @@
9
if line.startswith("remotes/origin/release/"):
10
branches.append(line.split("remotes/origin/")[1])
11
12
-old_code = "GTM-WK44ZFM"
+old_code = "UA-68594724-3"
13
old_code_2 = "GTM-53TFLK7"
14
new_code = "GTM-WK44ZFM"
15
0 commit comments