Skip to content

Commit 60f39f9

Browse files
author
Dylan Ratcliffe
committed
(maint) Removed test code that missed review
1 parent f8691e7 commit 60f39f9

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)