Skip to content

Commit e010727

Browse files
committed
Rename .env-example to .env.dist
1 parent 2ec6945 commit e010727

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env-example renamed to .env.dist

File renamed without changes.

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
- Check if mysql and mysqldump are installed
1212
- Updated README.md
1313
- Added optional `BACKUP_CONFIG_ENVFILE` variable to set the env file location
14-
- Updated .env-example (commented out some optional variables)
14+
- Updated .env.dist (commented out some optional variables)
1515
- Added check if `BACKUP_DIR` exists
1616
- Added exit codes
1717
- Added unit tests
@@ -27,6 +27,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2727
- CHANGELOG
2828
- README
2929
- LICENCE
30-
- .env-example
30+
- .env.dist
3131
- .gitignore
3232
- backup.sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cd sql-backup
2626
### Copy the configuration example
2727

2828
```sh
29-
cp .env-example .env
29+
cp .env.dist .env
3030
```
3131

3232
### Edit your configuration file

0 commit comments

Comments
 (0)