Skip to content

Commit

Permalink
Modules: fix bad echo call in linear movement
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Nov 8, 2022
1 parent 824365d commit 230667a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/linear_movement_analysis/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ register_klippy_extension() {
EXT_NAME=$1
EXT_PATH=$2
EXT_FILE=$3
report_status "Registering klippy extension '$EXT_NAME' with the RatOS Configurator..."
echo_green "Registering klippy extension '$EXT_NAME' with the RatOS Configurator..."
if [ ! -e $EXT_PATH/$EXT_FILE ]
then
echo "ERROR: The file you're trying to register does not exist"
Expand Down

0 comments on commit 230667a

Please sign in to comment.