@firestartr/cli 1.50.1-snapshot-5 → 1.50.1-snapshot-6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -309639,7 +309639,7 @@ class GroupGithubDecanter extends GithubDecanter {
309639
309639
  if (this.data.groupDetails.parent) {
309640
309640
  this.__patchClaim({
309641
309641
  op: 'add',
309642
- value: `group:${this.data.groupDetails.parent.name}`,
309642
+ value: `group:${this.data.groupDetails.parent.slug}`,
309643
309643
  path: '/parent',
309644
309644
  });
309645
309645
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.50.1-snapshot-5",
3
+ "version": "1.50.1-snapshot-6",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",