Skip to content

Commit 4d4fb6a

Browse files
authored
HIVE-29104: hive --version should have remote git path (#6411)
1 parent cdd27e8 commit 4d4fb6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/scripts/saveVersion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [ "$revision" = "" ]; then
3636
revision=`git log -1 --pretty=format:"%H"`
3737
hostname=`hostname`
3838
branch=`git branch | sed -n -e 's/^* //p'`
39-
url="git://${hostname}${cwd}"
39+
url="https://github.com/apache/hive.git"
4040
elif [ -d .svn ]; then
4141
revision=`svn info ../ | sed -n -e 's/Last Changed Rev: \(.*\)/\1/p'`
4242
url=`svn info ../ | sed -n -e 's/^URL: \(.*\)/\1/p'`

0 commit comments

Comments
 (0)