Auto-generated patches to resolve prettier / yamllint
[releng/builder.git] / packer / templates / mininet-ovs-2.5.json
index c41f0c95eee6d594f193b5b66a0d55c12c95ca5e..804a279e7c9e238f7522c36894c56d32d397dcb4 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"
     },
     {