Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fix erroneous underscore.
Browse files Browse the repository at this point in the history
  • Loading branch information
purpleidea committed May 8, 2014
1 parent dd30888 commit 2c0d467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/brick.pp
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
$xfs_cmd = join(delete($xfs_cmdlist, ''), ' ')

# TODO: xfs_admin doesn't have a --quiet flag. silence it...
$xfs_admin = "${::gluster::params::program_xfs_admin} -U '${valid_fsuuid}' ${dev2}"
$xfs_admin = "${::gluster::params::program_xfsadmin} -U '${valid_fsuuid}' ${dev2}"

# mkfs w/ uuid command
$mkfs_exec = "${xfs_cmd} && ${xfs_admin}"
Expand Down

0 comments on commit 2c0d467

Please sign in to comment.