From 880920e1deb16ab3ffab91aa10c0c8677f275a45 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 16 Sep 2019 10:21:15 -0400 Subject: [PATCH] Correct the filename --- 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 6e5457537..846f1c3fe 100755 --- a/misc/python3/depgraph.sh +++ b/misc/python3/depgraph.sh @@ -23,7 +23,7 @@ fi git config user.name 'Build Automation' git config user.email 'tahoe-dev@tahoe-lafs.org' -git add tahoe-deps.json tahoe-ported.json. +git add tahoe-deps.json tahoe-ported.json git commit -m "\ Built from ${CIRCLE_REPOSITORY_URL}@${CIRCLE_SHA1}