Skip to content

Commit 6e44543

Browse files
authored
Update mysql.rb
1 parent 02e3ab5 commit 6e44543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/puppet/provider/mysql.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Puppet::Provider::Mysql < Puppet::Provider
4343
commands :mysqld_service => 'mysqld'
4444
commands :mariadbd_service => 'mariadbd'
4545
commands :mysql_admin => 'mysqladmin'
46-
commands :mariadb_admin => 'mysqladmin'
46+
commands :mariadb_admin => 'mariadb-admin'
4747
# rubocop:enable Style/HashSyntax
4848

4949
def self.mysql_raw(*args)

0 commit comments

Comments
 (0)