mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-02-01 02:03:18 -05:00
Make sdkman_debug_mode configurable.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
function __sdkman_echo_debug {
|
||||
if [[ "$SDKMAN_DEBUG_MODE" == 'true' ]]; then
|
||||
if [[ "$sdkman_debug_mode" == 'true' ]]; then
|
||||
echo "$1"
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user