Skip to content

Commit c009cb5

Browse files
committed
Fix JSON template to wrap default ETH address in quotes
1 parent 426e1db commit c009cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lilypad_module.json.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"--python",
2020
"/app/lilytree.py",
2121
"--",
22-
{{ if .ETH_Address }} {{ .ETH_Address }} {{else}} 0xE422729513e2dB165D2f017CEa761FC555CF220A {{ end }}
22+
{{ if .ETH_Address }} {{ .ETH_Address }} {{else}} "0xE422729513e2dB165D2f017CEa761FC555CF220A" {{ end }}
2323
],
2424
"Image": "ghcr.io/rhochmayr/lilytree-blender:latest"
2525
},

0 commit comments

Comments
 (0)