Skip to content

Commit

Permalink
cats: create_queryfiles.sh change print to match check sources name
Browse files Browse the repository at this point in the history
  • Loading branch information
alaaeddineelamri committed Dec 3, 2021
1 parent 24eca5b commit bdf9f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/cats/dml/create_queryfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ QUERY_ENUM_FILE="../bdb_query_enum_class.h"
print_note() {
printf "/* autogenerated file by %s */\n" "$0"
# the colon is injected, so this file doesn't contain the disable-string
printf "/* check-sources%sdisable-copyright-check */\n\n" ":"
printf "/* bareos-check-sources%sdisable-copyright-check */\n\n" ":"
}

upper()
Expand Down

0 comments on commit bdf9f60

Please sign in to comment.