Skip to content

Commit

Permalink
Replace target name to avoid duplicating
Browse files Browse the repository at this point in the history
  • Loading branch information
bjester committed Sep 16, 2022
1 parent df44063 commit 789ab10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ run-services:
mkdir -p $@

.docker/pgpass:
echo "localhost:5432:kolibri-studio:learningequality:kolibri" > .docker/pgpass
chmod 600 .docker/pgpass
echo "localhost:5432:kolibri-studio:learningequality:kolibri" > $@
chmod 600 $@

.docker/postgres/init.sql: .docker/pgpass
# assumes postgres is running in a docker container
Expand Down

0 comments on commit 789ab10

Please sign in to comment.