Skip to content

Commit

Permalink
change env file mv to cp
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberHoward committed Apr 4, 2024
1 parent f3d7a5c commit d2a7c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

mv example.env .env
cp example.env .env

# Function to prompt for 'y' input
prompt_confirmation() {
Expand Down

0 comments on commit d2a7c3f

Please sign in to comment.