diff options
Diffstat (limited to '')
-rw-r--r-- | .zsh/functions/cci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/functions/cci b/.zsh/functions/cci index dc46f23..b4af773 100644 --- a/.zsh/functions/cci +++ b/.zsh/functions/cci @@ -34,7 +34,7 @@ fi local message=$1 local tok=__cci__ -local stg_v=$(python -c 'from stgit.builtin_version import version; print version') +local stg_v=$(python2 -c 'from stgit.builtin_version import version; print(version)') # bail out on errors with the python thing (( $? )) && return |