Skip to content

Commit 5242cce

Browse files
authored
Fix typo in README example
1 parent f70708a commit 5242cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ class { 'mysql::server::backup':
520520
backupuser => 'mariabackup',
521521
backuppassword => 'AVeryStrongPasswordUShouldEncrypt!',
522522
provider => 'xtrabackup',
523-
backupmethod => 'mariabackup'
523+
backupmethod => 'mariabackup',
524524
backupmethod_package => 'mariadb-backup',
525525
backupdir => '/tmp/backups',
526526
backuprotate => 15,

0 commit comments

Comments
 (0)