aboutsummaryrefslogtreecommitdiff
path: root/aux/lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'aux/lib.sh')
-rw-r--r--aux/lib.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/lib.sh b/aux/lib.sh
index 07aeb40..93a37eb 100644
--- a/aux/lib.sh
+++ b/aux/lib.sh
@@ -1,8 +1,8 @@
#!/bin/sh
-TLD="$(cat aux/tld.txt)"
+DOMAIN="$(cat aux/domain.txt)"
NAME="$(basename "$PWD")"
-export TLD NAME
+export DOMAIN NAME
assert_arg() {
if [ -z "$1" ]; then