Skip to content

Commit

Permalink
Makefile default WB_DB_URI determination codefix
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Sep 23, 2020
1 parent f45f1a6 commit a955818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ECR_REPO_NAME := wormbase/names
EB_APP_ENV_FILE := app-env.config
PROJ_NAME ?= "wormbase-names"
ifeq ($(PROJ_NAME), "wormbase-names")
ifeq ($(PROJ_NAME), wormbase-names)
WB_DB_URI ?= "datomic:ddb://us-east-1/WSNames/wormbase"
else
WB_DB_URI ?= "datomic:ddb://us-east-1/WSNames-test-14/wormbase"
Expand Down

0 comments on commit a955818

Please sign in to comment.