We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894e2e4 commit afd60b0Copy full SHA for afd60b0
install.sh
@@ -483,7 +483,7 @@ set_telemetry_name() {
483
elif [[ -n ${VOINETWORK_TELEMETRY_NAME} ]]; then
484
echo "Your telemetry name is already set to '${VOINETWORK_TELEMETRY_NAME}'"
485
else
486
- echo "Telemetry is disabled. To enable telemetry, execute the command ${HOME}/voi/bin/set-telemetry-name."
+ echo "Telemetry is disabled. To enable telemetry, execute the command ${HOME}/voi/bin/set-telemetry-name"
487
fi
488
}
489
0 commit comments