Skip to content

Commit

Permalink
small fix to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Dec 6, 2023
1 parent 4d7b7a2 commit c935d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ SUPPRESS_THESE_TAGS = $(foreach tag,$(GORULE_TAGS_TO_SUPPRESS),--suppress-rule-r

.PRECIOUS: %.sources
%.sources:
# See comment in %.groups on this construct
# See comment in %.group on this construct
$(eval group := $(lastword $(subst /, ,$*)))
python3 ../scripts/download_source_gafs.py group $(group) -d $(METADATA_DIR)/datasets --target target/groups/$(group) --type gaf $(DONT_VALIDATE) --replace false --zip-unzip
touch $*.sources
Expand Down

0 comments on commit c935d0f

Please sign in to comment.