aboutsummaryrefslogtreecommitdiff
path: root/util/new_keymap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/new_keymap.sh')
-rwxr-xr-xutil/new_keymap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/new_keymap.sh b/util/new_keymap.sh
index b09f3dd0c..73cc9e8cc 100755
--- a/util/new_keymap.sh
+++ b/util/new_keymap.sh
@@ -18,7 +18,7 @@ if [ -z "$USERNAME" ]; then
18 exit 1 18 exit 1
19fi 19fi
20 20
21cd .. 21cd "$(dirname "$0")/.."
22 22
23if [ ! -d "keyboards/$KB_PATH" ]; then 23if [ ! -d "keyboards/$KB_PATH" ]; then
24 printf "Error! keyboards/%s does not exist!\n" "$KB_PATH" 24 printf "Error! keyboards/%s does not exist!\n" "$KB_PATH"