mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
Bug: Users had to be in the /util directory to run the script (#4228)
This commit is contained in:
parent
9ed0c2d57b
commit
bef554d18b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ if [ -z "$USERNAME" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd ..
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
if [ ! -d "keyboards/$KB_PATH" ]; then
|
if [ ! -d "keyboards/$KB_PATH" ]; then
|
||||||
printf "Error! keyboards/%s does not exist!\n" "$KB_PATH"
|
printf "Error! keyboards/%s does not exist!\n" "$KB_PATH"
|
||||||
|
|
Loading…
Reference in a new issue