Skip to content

Commit

Permalink
typo in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
graynk committed Sep 6, 2021
1 parent a8f1d2a commit ceb9e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
cd reader
go build -o ../output/writer
go build -o ../output/reader
cd ../writer
go build -o ../output/writer

0 comments on commit ceb9e1f

Please sign in to comment.