Merge remote-tracking branch 'upstream/master'

This commit is contained in:
creme 2021-08-08 14:16:28 +02:00
commit 6a8bbc71de
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

2
burrow
View File

@ -654,7 +654,7 @@ create_config () {
done
if [ $match -eq 0 ]; then
if [ -n "$XDG_CONFIG_HOME" ]; then
config="$XDC_CONFIG_HOME/burrow/config"
config="$XDG_CONFIG_HOME/burrow/config"
else
config="$HOME/.config/burrow/config"
fi