Skip to content

Commit 85902d5

Browse files
authored
Merge pull request #68 from OpenVoxProject/fix_typo
Fix typo
2 parents 108f3b3 + 8f1896b commit 85902d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/puppet_references.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module PuppetReferences
66
BASE_DIR = Pathname.new(File.expand_path(__FILE__)).parent.parent
7-
PUPPET_DIR = BASE_DIR + 'vendor/poenvox'
7+
PUPPET_DIR = BASE_DIR + 'vendor/openvox'
88
FACTER_DIR = BASE_DIR + 'vendor/openfact'
99
AGENT_DIR = BASE_DIR + 'vendor/openvox-agent'
1010
OUTPUT_DIR = BASE_DIR + 'references_output'

0 commit comments

Comments
 (0)