Update glog tag.

Reviewers: mferencevic, mislav.bradac

Reviewed By: mislav.bradac

Subscribers: mislav.bradac, pullbot

Differential Revision: https://phabricator.memgraph.io/D978
This commit is contained in:
Dominik Gleich 2017-11-13 14:52:17 +01:00
parent 5c0f378394
commit 696d56a8fb

View File

@ -68,7 +68,7 @@ cd ..
# google logging
# git clone https://github.com/memgraph/glog.git
git clone git://deps.memgraph.io/glog.git
glog_tag="a6ee5ef590190cdb9f69cccc2db99dc5994b2f92" # custom version (v0.3.5+)
glog_tag="ae0ac046e8320245dc42af6671274a7e35ab09e0" # custom version (v0.3.5+)
cd glog
git checkout ${glog_tag}
cd ..