@leverege/build-tools 2.83.3 → 2.83.4

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/package.json +1 -1
  2. package/src/bash-funcs +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leverege/build-tools",
3
- "version": "2.83.3",
3
+ "version": "2.83.4",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
package/src/bash-funcs CHANGED
@@ -155,7 +155,7 @@ REPOADD
155
155
  # *** DEPRECATED *** REMOVE AFTER BITNAMI ERADICATED ***
156
156
  #
157
157
  function addBitnamiRepo() {
158
- warning( '*** the addBitnamiRepo function should be removed - DEPRECATED ***' ) # DEPRECATED
158
+ warning '*** the addBitnamiRepo function should be removed - DEPRECATED ***'
159
159
  if [ ! -z "$BITNAMI_LATEST" ] || [ "$1" == "latest" ];
160
160
  then
161
161
  BITNAMI_URL="https://charts.bitnami.com/bitnami"