Skip to content

Commit d10f162

Browse files
committed
Fix small issue for ghe-verbose
1 parent 585b209 commit d10f162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/github-backup-utils/ghe-backup-audit-log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ is_binary_backup(){
3535

3636
backup_mysql(){
3737
if is_binary_backup; then
38-
ghe-verbose "Skip backup audit_entries for Mysql since it is using binary backup"
38+
ghe_verbose "Skip backup audit_entries for Mysql since it is using binary backup"
3939
return
4040
fi
4141
if is_skip_truncate_enabled; then

0 commit comments

Comments
 (0)