From 0920f141559ea7f344046fb24e12db4f810f2f80 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Fri, 25 Feb 2022 11:23:25 -0500 Subject: [PATCH] Alphabetically sort plugin --- 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 a3c1b0b3e..e57d87d78 100644 --- a/website/data/plugins-manifest.json +++ b/website/data/plugins-manifest.json @@ -270,6 +270,14 @@ "version": "latest", "pluginTier": "community" }, + { + "title": "UpCloud", + "path": "upcloud", + "repo": "UpCloudLtd/packer-plugin-upcloud", + "version": "latest", + "pluginTier": "community", + "sourceBranch": "master" + }, { "title": "Vagrant", "path": "vagrant", @@ -309,13 +317,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 +]