refactor: make the 'Obico for Klipper' name consistent (#385)

This commit is contained in:
Kenneth Jiang
2023-09-29 11:20:21 -07:00
committed by GitHub
parent b88d0085ba
commit 16d3388ff2
2 changed files with 29 additions and 30 deletions

View File

@@ -57,7 +57,7 @@ function print_status() {
elif [[ ${status} == "Incomplete!" ]]; then
status="${yellow}${status}${white}"
elif [[ ${status} == "Not linked!" ]]; then
### "Not linked!" is only required for Moonraker-obico
### "Not linked!" is only required for Obico for Klipper
status="${yellow}${status}${white}"
else
status="${green}${status}${white}"