Update release script to correct btcctl location.
This commit is contained in:
parent
2dc8a8a9ee
commit
2c80b44024
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ PROJECT=btcd
|
|||
PROJECT_UC=$(echo $PROJECT | tr '[:lower:]' '[:upper:]')
|
||||
SCRIPT=$(basename $0)
|
||||
VERFILE=../version.go
|
||||
VERFILES="$VERFILE ../util/btcctl/version.go"
|
||||
VERFILES="$VERFILE ../cmd/btcctl/version.go"
|
||||
PROJ_CHANGES=../CHANGES
|
||||
|
||||
# verify params
|
||||
|
|
Loading…
Reference in a new issue