Skip to content

Commit fe86aa1

Browse files
committed
HOPSFS-306: revert binary rename
1 parent a03385e commit fe86aa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ clean-protos:
2121
find . -name *.pb.go | xargs rm
2222

2323
hdfs: clean $(SOURCES)
24-
go build -o hopsfs -ldflags "-X main.version=$(TAG)" ./cmd/hdfs
24+
go build -o hdfs -ldflags "-X main.version=$(TAG)" ./cmd/hdfs
2525

2626
test: hdfs
2727
go test -v -race -timeout 60s ./...

0 commit comments

Comments
 (0)