Skip to content

Commit 4b692ea

Browse files
committed
Fix Makefile path
1 parent 2723505 commit 4b692ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lint:
1313

1414
.PHONY: delete-reddit-history
1515
delete-reddit-history:
16-
go run .cmd/deleteRedditHistory/main.go
16+
go run ./cmd/deleteRedditHistory/main.go
1717

1818
.PHONY: parse-slack-data
1919
parse-slack-data:

0 commit comments

Comments
 (0)