Skip to content

Commit 0537002

Browse files
authored
Merge pull request #224 from dylanratcliffe/fix_test_code
(maint) Removed test code that missed review
2 parents f8691e7 + 60f39f9 commit 0537002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/mount_lv.rb

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

55
# Parse the parameters
66
# params = JSON.parse(STDIN.read)
7-
params = JSON.parse(File.read('/home/vagrant/mount_lv.json'))
7+
params = JSON.parse(STDIN.read)
88

99
# Set parameters to local variables and resolve defaults if required
1010
volume_group = params['volume_group']

0 commit comments

Comments
 (0)