Skip to content

Commit cc73104

Browse files
committed
feat: update justfile
1 parent 539fe92 commit cc73104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default:
44
# build koochooloo binary
55
build:
66
@echo '{{ BOLD + CYAN }}Building Redpanda 101!{{ NORMAL }}'
7-
go build -o redpanda101 main.go
7+
go build -o redpanda101 ./cmd/redpanda101/main.go
88

99
# update go packages
1010
update:

0 commit comments

Comments
 (0)