Rename .env.sample to .env.example

This commit is contained in:
Brandon Keepers 2017-03-11 08:20:02 -06:00
parent 5347692cfa
commit 45762c4874
No known key found for this signature in database
GPG Key ID: F9533396D5FACBF6
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
# The ID of your GitHub integration
INTEGRATION_ID=
WEBHOOK_SECRET=development

View File

@ -5,4 +5,4 @@ set -e
npm install
# Copy .env template
[[ -f .env ]] || cp .env.sample .env
[[ -f .env ]] || cp .env.example .env