mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-11-11 07:46:04 +01:00
flash-linux: Fix spelling error in message
Reported by @stefanfoulis. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -8,7 +8,7 @@ fi
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Install new micro-controller code
|
# Install new micro-controller code
|
||||||
echo "Installing mirco-controller code to /usr/local/bin/"
|
echo "Installing micro-controller code to /usr/local/bin/"
|
||||||
rm -f /usr/local/bin/klipper_mcu
|
rm -f /usr/local/bin/klipper_mcu
|
||||||
cp out/klipper.elf /usr/local/bin/klipper_mcu
|
cp out/klipper.elf /usr/local/bin/klipper_mcu
|
||||||
sync
|
sync
|
||||||
|
|||||||
Reference in New Issue
Block a user