Skip to content

Commit

Permalink
fix make fail (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccxj authored and coocood committed Sep 11, 2018
1 parent 371b48b commit cacfda7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generate-binlog.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
source _help.sh
source ./_help.sh

check_gogo_exist_and_version
cd proto/binlog
Expand Down
2 changes: 1 addition & 1 deletion generate-go.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source _help.sh
source ./_help.sh

# check gogo protobuf's existence and version
check_gogo_exist_and_version
Expand Down

0 comments on commit cacfda7

Please sign in to comment.