Skip to content

Commit c56703d

Browse files
committed
make: Correct typos
We mangled this, probably since we were renaming the 'imageservice' module to 'image' at the time. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent c81a270 commit c56703d

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
@@ -38,7 +38,7 @@ coverage:
3838
$(GO_TEST) -covermode count -coverprofile cover.out -coverpkg=./... ./...
3939
.PHONY: coverage
4040

41-
acceptance: acceptance-baremetal acceptance-blockstorage acceptance-compute acceptance-container acceptance-containerinfra acceptance-db acceptance-dns acceptance-identity acceptance-imageservice acceptance-keymanager acceptance-loadbalancer acceptance-messaging acceptance-networking acceptance-objectstorage acceptance-orchestration acceptance-placement acceptance-sharedfilesystems acceptance-workflow
41+
acceptance: acceptance-baremetal acceptance-blockstorage acceptance-compute acceptance-container acceptance-containerinfra acceptance-db acceptance-dns acceptance-identity acceptance-image acceptance-keymanager acceptance-loadbalancer acceptance-messaging acceptance-networking acceptance-objectstorage acceptance-orchestration acceptance-placement acceptance-sharedfilesystems acceptance-workflow
4242
.PHONY: acceptance
4343

4444
acceptance-baremetal:
@@ -74,7 +74,7 @@ acceptance-identity:
7474
.PHONY: acceptance-identity
7575

7676
acceptance-image:
77-
$(GO_TEST) -tags "fixtures acceptance" ./internal/acceptance/openstack/imageservice/...
77+
$(GO_TEST) -tags "fixtures acceptance" ./internal/acceptance/openstack/image/...
7878
.PHONY: acceptance-image
7979

8080
acceptance-keymanager:

0 commit comments

Comments
 (0)