From 91d6113fe346967229f6d3d067806c3d3411f5f3 Mon Sep 17 00:00:00 2001 From: Zachary Lee Andrews Date: Sun, 8 Aug 2021 02:21:50 -0400 Subject: [PATCH] Typo in variable name. XDC_CONFIG_HOME > XDG_CONFIG_HOME --- burrow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/burrow b/burrow index ac67166..bea3669 100755 --- a/burrow +++ b/burrow @@ -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