Skip to content

Commit

Permalink
Double spacing cleaning on testdata migration test shell
Browse files Browse the repository at this point in the history
Signed-off-by: Avelino <t@avelino.xxx>
  • Loading branch information
avelino committed Oct 29, 2020
1 parent 5637ee2 commit e3e79cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/migrations_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ DB_USER=${PREST_PG_USER:-postgres}
DB_PORT=${PREST_PG_PORT:-5438}
DB_NAME=${PREST_PG_DATABASE:-prest}
DB_URL="postgres://${DB_USER}@${DB_HOST}:${DB_PORT}/${DB_NAME}?sslmode=disable"
env go run ./cmd/prestd/main.go migrate --url="$DB_URL" up
env go run ./cmd/prestd/main.go migrate --url="$DB_URL" up

0 comments on commit e3e79cb

Please sign in to comment.