X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/3603dde2e015c340cac1a2f1a0f3d35d44c51c98..bed3218277c11d0e6092683f0a2d00225f84d8ae:/pinch.py diff --git a/pinch.py b/pinch.py index 003ee70..24e132a 100644 --- a/pinch.py +++ b/pinch.py @@ -478,7 +478,7 @@ def git_revision_name(v: Verification, channel: Channel) -> str: process = subprocess.run(['git', '-C', git_cachedir(channel.git_repo), - 'lo', + 'log', '-n1', '--format=%ct-%h', '--abbrev=11',