Skip to content

Commit aa124f7

Browse files
committed
fix: minor object name typo
1 parent 991a814 commit aa124f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
if marker[0] == 'injectTagManager':
6868
logging.debug('injecting tag manager at row '+str(position))
69-
htmlLines.insert(position, googleTagManager.ScriptLines)
69+
htmlLines.insert(position, googleTagManager.scriptLines)
7070
position += 1
7171

7272
if marker[0] == 'prune':

0 commit comments

Comments
 (0)