Skip to content

Commit afed007

Browse files
committed
fix: copyright year
1 parent bb91dbf commit afed007

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

git-open.zsh

+2-1
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,10 @@ git_open() {
344344
--version | -V)
345345
u="$(tput smul)"
346346
r="$(tput sgr0)"
347+
curyear=$(date +'%Y')
347348
echo "git-open v$(cat "${0:A:h}/version.txt")"
348349
echo "${u}https://github.com/chenasraf/git-open${r}"
349-
echo "Copyright \xC2\xA9 2024 Chen Asraf"
350+
echo "Copyright \xC2\xA9 2024-$curyear Chen Asraf"
350351
;;
351352
_debug)
352353
inf="Getting info"

0 commit comments

Comments
 (0)