Skip to content

Commit 23fcb39

Browse files
authored
fix(dashboard-api): strip quotes and whitespace from PREFIX in Makefile (#2008)
1 parent 773848b commit 23fcb39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/dashboard-api/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ENV := $(shell cat ../../.last_used_env || echo "not-set")
22
-include ../../.env.${ENV}
3+
PREFIX := $(strip $(subst ",,$(PREFIX)))
34

45
expectedMigration := $(shell ./../../scripts/get-latest-migration.sh)
56

0 commit comments

Comments
 (0)