aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar Alessandro Roncone <alecive87@gmail.com>2022-03-16 15:37:22 -0600
committerLibravatar GitHub <noreply@github.com>2022-03-16 22:37:22 +0100
commit9f58dd19a42d7c982825f055a54ffea783edcc1a (patch)
tree99db6e9b9b4eb870a80d32a25a44ef39f845fe80 /recipes
parentDo npm run package (diff)
downloadferdium-recipes-9f58dd19a42d7c982825f055a54ffea783edcc1a.tar.gz
ferdium-recipes-9f58dd19a42d7c982825f055a54ffea783edcc1a.tar.zst
ferdium-recipes-9f58dd19a42d7c982825f055a54ffea783edcc1a.zip
Fix Zenhub recipe (#846)
Diffstat (limited to 'recipes')
-rw-r--r--recipes/zenhub/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/zenhub/package.json b/recipes/zenhub/package.json
index 46ab35a..214e820 100644
--- a/recipes/zenhub/package.json
+++ b/recipes/zenhub/package.json
@@ -6,6 +6,6 @@
6 "repository": "https://github.com/mordaroso/recipe-franz-zenhub", 6 "repository": "https://github.com/mordaroso/recipe-franz-zenhub",
7 "config": { 7 "config": {
8 "hasTeamId": true, 8 "hasTeamId": true,
9 "serviceURL": "https://app.zenhub.com/workspace/o/{teamId}/boards" 9 "serviceURL": "https://app.zenhub.com/workspaces/{teamId}/board"
10 } 10 }
11} 11}