fix: Fixes a mispelling of config.

FUCK
This commit is contained in:
greysoh 2024-08-02 16:18:32 -04:00
parent da2b217fca
commit 580095b322

View file

@ -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