@rulemetric/hooks 0.5.3 → 0.6.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.
- package/package.json +1 -1
- package/scripts/_config.sh +1 -1
package/package.json
CHANGED
package/scripts/_config.sh
CHANGED
|
@@ -75,7 +75,7 @@ _rulemetric_load_config() {
|
|
|
75
75
|
if [ -n "$token" ]; then
|
|
76
76
|
export RULEMETRIC_ACCESS_TOKEN="$token"
|
|
77
77
|
# Default API URL if not set
|
|
78
|
-
export RULEMETRIC_API_URL="${RULEMETRIC_API_URL:-https://
|
|
78
|
+
export RULEMETRIC_API_URL="${RULEMETRIC_API_URL:-https://rulemetric.com}"
|
|
79
79
|
_rulemetric_load_active_org
|
|
80
80
|
return 0
|
|
81
81
|
fi
|