Skip to content

Commit

Permalink
Fix duplicate make command (#2165)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Aug 31, 2023
1 parent f38d948 commit ac21880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.d/e2e.mk
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ e2e/remove:

.PHONY: e2e/remove/timestamp
## run removeByTimestamp e2e
e2e/remove:
e2e/remove/timestamp:
$(call run-e2e-crud-test,-run TestE2ERemoveByTimestampOnly)

.PHONY: e2e/insert/search
Expand Down

0 comments on commit ac21880

Please sign in to comment.