Typo in variable name. XDC_CONFIG_HOME > XDG_CONFIG_HOME

This commit is contained in:
Zachary Lee Andrews 2021-08-08 02:21:50 -04:00 committed by GitHub
parent 33c1aa0437
commit 91d6113fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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