Call the right make target for the segment-reaper (#3860)

This commit is contained in:
Matt Robinson 2020-04-22 02:34:24 -04:00 committed by GitHub
parent 0b8699bcb5
commit e34937317c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,7 +154,7 @@ storagenode-console:
gofmt -w -s storagenode/console/consoleassets/bindata.resource.go
.PHONY: images
images: satellite-image segment-reaper storagenode-image uplink-image versioncontrol-image ## Build satellite, segment-reaper, storagenode, uplink, and versioncontrol Docker images
images: satellite-image segment-reaper-image storagenode-image uplink-image versioncontrol-image ## Build satellite, segment-reaper, storagenode, uplink, and versioncontrol Docker images
echo Built version: ${TAG}
.PHONY: satellite-image