mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-11-05 04:46:00 +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
|
||||
|
||||
# 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
|
||||
cp out/klipper.elf /usr/local/bin/klipper_mcu
|
||||
sync
|
||||
|
||||
Reference in New Issue
Block a user