Merge pull request #37 from zcrayfish/patch-1

Typo in variable name. XDC_CONFIG_HOME > XDG_CONFIG_HOME
This commit is contained in:
James Tomasino 2021-08-08 11:13:02 +00:00 committed by GitHub
commit b83e5056f1
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