Skip to content

Commit

Permalink
add newlines
Browse files Browse the repository at this point in the history
Signed-off-by: Yuchen Liang <[email protected]>
  • Loading branch information
yliang412 committed Jan 20, 2025
1 parent 4639522 commit 49fabe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Cargo.lock
# The memo table database for testing purposes.
test_memo.db
# Storing environment variables.
.env
.env
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cargo install cargo-binstall &&
cargo binstall diesel_cli &&
# Setup a new database and runs the migrations.
echo DATABASE_URL=test_memo.db > .env &&
diesel setup
diesel setup

0 comments on commit 49fabe5

Please sign in to comment.