Skip to content

Commit

Permalink
edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg3lopez committed Oct 24, 2023
1 parent a0c56ad commit 5e67d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ script_dir="$(dirname "$0")"
# Path to the resource folder
folder_path="$script_dir/shared/src/main/resources"

# Check if folder exists, and create if if not
# Check if folder exists, and create it if not
if [ ! -d "$folder_path" ]; then
mkdir -p "$folder_path" || { echo "Error creating directory."; exit 1; }
fi
Expand Down

0 comments on commit 5e67d14

Please sign in to comment.