Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Commit a6f0259

Browse files
author
Jonathan Claudius
committed
Fix up init scripts, again again again
1 parent 9210302 commit a6f0259

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

database/init-user-db-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
set -e
33

44
createuser sshobs --no-password
5-
createdb -O ssh_observatory
5+
createdb -O sshobs ssh_observatory
66
psql -U sshobs -d ssh_observatory < /app/schema.sql

database/init-user-db-travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
set -e
33

44
createuser sshobs --no-password
5-
createdb -O ssh_observatory
5+
createdb -O sshobs ssh_observatory
66
psql -U sshobs -d ssh_observatory < ./database/schema.sql

0 commit comments

Comments
 (0)