@firestartr/cli 1.52.0-snapshot-9 → 1.52.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
@@ -364262,7 +364262,7 @@ class GithubOrgWebhookChart extends BaseGithubChart {
364262
364262
  renderSecret(secret) {
364263
364263
  const parts = secret.split(':');
364264
364264
  if (parts.length < 4) {
364265
- throw `GithubOrgWebhookChart: invalid secretRef: ${secret}`;
364265
+ throw `GithubOrgWebhookChart: invalid secretRef: ${secret}. Expected format: <provider>:<namespace>:<name>:<key>`;
364266
364266
  }
364267
364267
  return {
364268
364268
  kind: 'Secret',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.52.0-snapshot-9",
3
+ "version": "1.52.1-snapshot-10",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",