Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
John Jones committed Oct 12, 2021
1 parent a396f17 commit 966f358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ground/dashboard/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build:
go build -o build/dashboard-$(OS)-$(ARCH) .

test:
cd dashboard && go test .
go test .

clean:
rm -rf build

0 comments on commit 966f358

Please sign in to comment.