From 14c9fc36775208460c7a5902ce4c998ed7df71e4 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Fri, 25 Feb 2022 16:23:25 +0000 Subject: [PATCH] backport of commit 0920f141559ea7f344046fb24e12db4f810f2f80 --- website/data/plugins-manifest.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/website/data/plugins-manifest.json b/website/data/plugins-manifest.json index 65a4a47a9..b16314cc6 100644 --- a/website/data/plugins-manifest.json +++ b/website/data/plugins-manifest.json @@ -259,6 +259,14 @@ "version": "latest", "pluginTier": "community" }, + { + "title": "UpCloud", + "path": "upcloud", + "repo": "UpCloudLtd/packer-plugin-upcloud", + "version": "latest", + "pluginTier": "community", + "sourceBranch": "master" + }, { "title": "Vagrant", "path": "vagrant", @@ -297,13 +305,5 @@ "repo": "hashicorp/packer-plugin-yandex", "version": "latest", "pluginTier": "community" - }, - { - "title": "UpCloud", - "path": "upcloud", - "repo": "UpCloudLtd/packer-plugin-upcloud", - "version": "latest", - "pluginTier": "community", - "sourceBranch": "master" } -] \ No newline at end of file +]