Auto-generated patches to resolve prettier / yamllint
[releng/builder.git] / packer / templates / mininet-ovs-2.6.json
index fa999a7f6f053f7883c97e5a3e79e1d9c697dea3..0a9e5fdec9129f40890e331693b27aaa449e129c 100644 (file)
@@ -40,9 +40,7 @@
   "provisioners": [
     {
       "type": "shell",
-      "scripts": [
-        "common-packer/provision/install-python.sh"
-      ],
+      "scripts": ["common-packer/provision/install-python.sh"],
       "execute_command": "chmod +x {{ .Path }}; if [ \"$UID\" == \"0\" ]; then {{ .Vars }} '{{ .Path }}'; else {{ .Vars }} sudo -E '{{ .Path }}'; fi"
     },
     {