From 580095b322a04d0f0a4e7587f46fa6108617981c Mon Sep 17 00:00:00 2001 From: greysoh Date: Fri, 2 Aug 2024 16:18:32 -0400 Subject: [PATCH] fix: Fixes a mispelling of config. FUCK --- serverinfra/shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverinfra/shell b/serverinfra/shell index 5bf26a0..e24f124 100755 --- a/serverinfra/shell +++ b/serverinfra/shell @@ -1,5 +1,5 @@ #!/usr/bin/env bash -if [ ! -f "conifg/.env" ]; then +if [ ! -f "config/.env" ]; then echo "# NOTE: The UUID should be automatically generated, when running nix-shell. However, if it isn't, then" > .env echo "# run uuidgen and change the below value." >> .env cat config/.env.example >> config/.env