Skip to content

Commit b7b5541

Browse files
committed
comment typo
1 parent f0ce112 commit b7b5541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/facter/volume_group_map.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
Facter.add(:volume_group_map) do
4-
# Fact should be confined to only linux servers that have the lvs command
4+
# Fact should be confined to only linux servers that have the vgs command
55
confine do
66
Facter.value('kernel') == 'Linux' &&
77
Facter::Core::Execution.which('vgs')

0 commit comments

Comments
 (0)