mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-01-31 09:43:04 -05:00
Change standard out on forced offline enable.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
function __gvmtool_offline {
|
||||
if [[ "$1" == "enable" ]]; then
|
||||
GVM_FORCE_OFFLINE="true"
|
||||
echo "Enabling forced offline mode!"
|
||||
echo "Forced offline mode enabled."
|
||||
fi
|
||||
if [[ "$1" == "disable" ]]; then
|
||||
GVM_FORCE_OFFLINE="false"
|
||||
|
||||
Reference in New Issue
Block a user