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