Skip to content

Commit

Permalink
fix: import_prod_data not working (#10750)
Browse files Browse the repository at this point in the history
Signed-off-by: John Gomersall <[email protected]>

### What

Can't use -e flag when calling make targets in dependencies

Fixes #10749

Signed-off-by: John Gomersall <[email protected]>
  • Loading branch information
john-gom authored Aug 30, 2024
1 parent be46cf8 commit a895cd3
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
Expand Up @@ -232,7 +232,7 @@ refresh_mongodb:run_deps

# this command is used to import data on the mongodb used on staging environment
import_prod_data: run_deps
@cd ${DEPS_DIR}/openfoodfacts-shared-services && $(MAKE) -e import_prod_data
@cd ${DEPS_DIR}/openfoodfacts-shared-services && $(MAKE) import_prod_data

#--------#
# Checks #
Expand Down

0 comments on commit a895cd3

Please sign in to comment.