Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Vitomir Budimir <[email protected]>
  • Loading branch information
LarsTheGlidingSquirrel and hejtful authored Oct 15, 2024
1 parent 1f46290 commit 3988b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup_uberspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

# Check if .env file exists in the current directory
if [ ! -f .env ]; then
echo "Error: Please create and .env file based on one of the templates you find in this repo and add missing secret values."
echo "Error: Please create an .env file based on one of the templates you find in this repo and add missing secret values."
exit 1
fi

Expand Down

0 comments on commit 3988b9a

Please sign in to comment.