X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/41b87c9c5ed19c095f2d51c9180c826378bb2df6..55ae4ff693dee4323804eae4232141fb2e524c7e:/pinch.py?ds=sidebyside diff --git a/pinch.py b/pinch.py index 6f3f256..4c2341f 100644 --- a/pinch.py +++ b/pinch.py @@ -148,7 +148,7 @@ class GitSearchPath(TarrableSearchPath): def fetch(self, v: Verification, section: str, conf: configparser.SectionProxy) -> str: - if 'git_repo' not in conf or 'release_name' not in conf: + if 'git_revision' not in conf or 'release_name' not in conf: raise Exception( 'Cannot update unpinned channel "%s" (Run "pin" before "update")' % section)