@cnbcool/cnb-cli 1.7.1 → 1.8.0

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 (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +46 -46
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -85,7 +85,7 @@ git config --global credential.https://cnb.cool.useHttpPath true
85
85
 
86
86
  ```ini
87
87
  [credential "https://cnb.cool"]
88
- helper = "cnb git-credential"
88
+ helper = "!cnb git-credential"
89
89
  useHttpPath = true
90
90
  ```
91
91