From 0d34c22768aa1c4168d59f7206888e8a16215bee Mon Sep 17 00:00:00 2001 From: Pekka Nurmi Date: Thu, 24 Feb 2022 18:21:00 +0200 Subject: [PATCH] Add sourceBranch to UpCloud plugin description --- website/data/plugins-manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/data/plugins-manifest.json b/website/data/plugins-manifest.json index ebf0e65e7..a3c1b0b3e 100644 --- a/website/data/plugins-manifest.json +++ b/website/data/plugins-manifest.json @@ -315,6 +315,7 @@ "path": "upcloud", "repo": "UpCloudLtd/packer-plugin-upcloud", "version": "latest", - "pluginTier": "community" + "pluginTier": "community", + "sourceBranch": "master" } -] +] \ No newline at end of file