From bfa2cb8816af3ee0e36668a7fd93c3ce0dd93432 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 13 Sep 2019 12:50:05 -0400 Subject: [PATCH] Close paren needed --- misc/python3/depgraph.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/python3/depgraph.sh b/misc/python3/depgraph.sh index 16f7343ae..b9d43fab1 100755 --- a/misc/python3/depgraph.sh +++ b/misc/python3/depgraph.sh @@ -30,7 +30,7 @@ fi git commit -am "\ Built from ${CIRCLE_REPOSITORY_URL}@${CIRCLE_SHA1} -tahoe-depgraph was $(git --git-dir ../.git rev-parse HEAD +tahoe-depgraph was $(git --git-dir ../.git rev-parse HEAD) " # Publish it on GitHub.