Skip to content

Commit b9f9c26

Browse files
committed
(CAT-1211) - Fixing regression of CAT-1241
1 parent 79dd198 commit b9f9c26

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

.changelog.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

tasks/provision_service.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def self.run
169169
params = JSON.parse($stdin.read)
170170
params.transform_keys!(&:to_sym)
171171
action, node_name, platform, vars, retry_attempts, inventory_location = params.values_at(:action, :node_name, :platform, :vars, :retry_attempts, :inventory)
172+
inventory_location = sanitise_inventory_location(inventory_location)
172173

173174
runner = new
174175
begin

0 commit comments

Comments
 (0)