fix: Fixes a mispelling of config.
FUCK
This commit is contained in:
parent
da2b217fca
commit
580095b322
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/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 "# 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
|
echo "# run uuidgen and change the below value." >> .env
|
||||||
cat config/.env.example >> config/.env
|
cat config/.env.example >> config/.env
|
||||||
|
|
Reference in a new issue