Skip to content

Commit

Permalink
avniproject/avni-etl#112 | Fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Nov 21, 2024
1 parent 6944f54 commit 1a583d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions makefiles/externalDB.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ else
psql -U openchs -d avni_staging_released < $(dumpFile)
endif

create-local-db-i
mpl-user: ## Creates new implementation db user in local staging database
create-local-db-impl-user: ## Creates new implementation db user in local staging database
ifndef user
@echo "Provde the variable user"
exit 1
Expand Down

0 comments on commit 1a583d9

Please sign in to comment.