From 2a265759dc0b379acb1d7faf14c47018fdb24f66 Mon Sep 17 00:00:00 2001 From: Nathan Abondance Date: Wed, 21 Dec 2022 16:39:40 +0100 Subject: [PATCH] Fix bugs link in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6aaec7a..a56f3e0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Texeï's plugin for sfdx", "version": "1.17.1", "author": "Texeï", - "bugs": "https://github.com/https://github.com/texei/texei-sfdx-plugin/issues", + "bugs": "https://github.com/texei/texei-sfdx-plugin/issues", "dependencies": { "@oclif/command": "^1", "@oclif/config": "^1",