@firestartr/cli 1.50.1-snapshot-9 → 1.50.1-snapshot-10

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
@@ -309631,7 +309631,7 @@ class GroupGithubDecanter extends GithubDecanter {
309631
309631
  __decantProviders() {
309632
309632
  this.__patchClaim({
309633
309633
  op: 'add',
309634
- value: { github: { name: this.data.groupDetails.slug, org: this.org } },
309634
+ value: { github: { name: this.data.groupDetails.name, org: this.org } },
309635
309635
  path: '/providers',
309636
309636
  });
309637
309637
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.50.1-snapshot-9",
3
+ "version": "1.50.1-snapshot-10",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",