Skip to content

Commit

Permalink
update make release script
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Aug 22, 2016
1 parent feae33c commit 51ad859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo -e "Version = ${version}"
echo -e "Host = ${host}"

# create the binary directory
betaname=SalmonBeta-${version}_${host}
betaname=Salmon-${version}_${host}
mkdir ${DIR}/../RELEASES
mkdir ${DIR}/../RELEASES/${betaname}
mkdir ${DIR}/../RELEASES/${betaname}/bin
Expand Down

0 comments on commit 51ad859

Please sign in to comment.