Skip to content

Commit 3d488c1

Browse files
authored
Merge pull request #795 from marv7000/fix-copright-year
Ignore uyuni-tools.changes when updating copyright year
2 parents 80c6044 + 8f04125 commit 3d488c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

update-copyright-year.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ current_year=$(date +%Y)
1010
for changed_file in $@; do
1111
case "$changed_file" in
1212
# Changelogs
13-
uyuni-tools.changes.*)
13+
uyuni-tools.changes*)
1414
continue
1515
;;
1616
# Translation files

0 commit comments

Comments
 (0)