aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-04-05 17:03:04 -0300
committerEuAndreh <eu@euandre.org>2023-04-05 17:03:04 -0300
commit41059d1a70b6b55ce11805633705331e684a8b10 (patch)
treeb5bbf50cfd4ccef98c67edb06af1e38b747131ca
parentv2: .envrc: Include "$LAYOUTS" (diff)
downloadeuandre.org-41059d1a70b6b55ce11805633705331e684a8b10.tar.gz
euandre.org-41059d1a70b6b55ce11805633705331e684a8b10.tar.xz
v2: src/bin/url-for: No need to source lang conf anymore
-rwxr-xr-xv2/src/bin/url-for2
1 files changed, 0 insertions, 2 deletions
diff --git a/v2/src/bin/url-for b/v2/src/bin/url-for
index adaccd7..a1b4d1a 100755
--- a/v2/src/bin/url-for
+++ b/v2/src/bin/url-for
@@ -79,8 +79,6 @@ if [ "$FILE" = '/' ]; then
fi
. src/lib/base.conf
-# shellcheck source=/dev/null
-. src/lib/base."${lang:?}".conf
printf '%s%s' "${base_url:-/}" "$FILE"