aboutsummaryrefslogtreecommitdiffstats
path: root/gitbase/pip_install
diff options
context:
space:
mode:
Diffstat (limited to 'gitbase/pip_install')
-rw-r--r--gitbase/pip_install2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitbase/pip_install b/gitbase/pip_install
index a30059d..9f24063 100644
--- a/gitbase/pip_install
+++ b/gitbase/pip_install
@@ -1,7 +1,7 @@
#! /bin/sh
while read oldrev newrev refname; do
if [[ $refname =~ .*/master$ ]]; then
- # definitely updating master;
+ # we are definitely updating master;
CHECKFILE=$(git ls-tree --full-tree -r HEAD |grep requirements.txt |awk '{print $3}')
TMPREQ=$(git cat-file -p $CHECKFILE > /tmp/{{PROJECT}}-req.txt)
if [ $CHECKFILE ]; then