diff options
Diffstat (limited to 'other/cpt-changelog')
-rwxr-xr-x | other/cpt-changelog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/other/cpt-changelog b/other/cpt-changelog index ed323d8..92a8089 100755 --- a/other/cpt-changelog +++ b/other/cpt-changelog @@ -3,8 +3,8 @@ case "$1" in ''|--help|-h) printf '\033[1;33m-> \033[m%s\n' "usage: ${0##*/} [pkg]"; exit 0; esac -kiss s "$1" >/dev/null -cd "$(kiss s "$1" | sed 1q)" +cpt-search "$1" >/dev/null +cd "$(cpt-search --single "$1")" # Pipe to cat so it doesn't automatically paged # by git. |