Repository: calcite-avatica Updated Branches: refs/heads/master f6d3fbbca -> 79c8c93be
Fix release script to ensure that git usernames with whitespaces are not truncated Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/79c8c93b Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/79c8c93b Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/79c8c93b Branch: refs/heads/master Commit: 79c8c93be7cf6c66e0e3bec419bd83a0840f0847 Parents: f6d3fbb Author: Francis Chuang <[email protected]> Authored: Sun Nov 18 16:54:27 2018 +1100 Committer: Francis Chuang <[email protected]> Committed: Sun Nov 18 16:54:27 2018 +1100 ---------------------------------------------------------------------- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/79c8c93b/release.sh ---------------------------------------------------------------------- diff --git a/release.sh b/release.sh index bfc0830..cce936f 100755 --- a/release.sh +++ b/release.sh @@ -193,7 +193,7 @@ set_git_credentials(){ echo https://$ASF_USERNAME:[email protected] >> /root/.git-credentials git config --global credential.helper 'store --file=/root/.git-credentials' - git config --global user.name $NAME + git config --global user.name "$NAME" } set_maven_credentials(){
