Skip to content

Commit c7f13b5

Browse files
committed
Fix issue with clean
1 parent bfcf0d6 commit c7f13b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
22
INSTALLPATH="$HOME/Arduino/libraries/Joystick"
33

4-
rm -r -d "$INSTALLPATH"/*
4+
rm -r -d -f "$INSTALLPATH"
55
cp -r "Joystick" "$INSTALLPATH"

0 commit comments

Comments
 (0)