Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit a2680c2

Browse files
authored
Merge branch 'main' into swatinem/rm-deletetimeseries
2 parents 30b158b + a6b25ce commit a2680c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ lint.check:
7575
build.requirements:
7676
# If make was given a different requirements tag, we assume a suitable image
7777
# was already built (e.g. by umbrella) and don't want to build this one.
78-
ifneq (${REQUIREMENTS_TAG},${DEFAULT_REQS_TAG})
78+
ifneq (${REQUIREMENTS_TAG},${DEFAULT_REQS_TAG})
7979
echo "Error: building api reqs image despite another being provided"
8080
exit 1
81-
endif
81+
endif
8282
# if docker pull succeeds, we have already build this version of
8383
# requirements.txt. Otherwise, build and push a version tagged
8484
# with the hash of this requirements.txt

0 commit comments

Comments
 (0)