flash-linux: Fix spelling error in message
Reported by @stefanfoulis. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
f2dd677491
commit
1bc4f90fb0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue