Skip to content

Commit

Permalink
fixed pathes
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed May 24, 2016
1 parent b01dbfe commit 4d39241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clients/inst_autosetup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@ def main
Progress.NextStage
if Profile.current["ssh_import"]
return :abort unless WFM.CallFunction(
"scc_auto",
["Import", Profile.current["ssh_import_auto"]]
"ssh_import_auto",
["Import", Profile.current["ssh_import"]]
)
end

Expand Down

0 comments on commit 4d39241

Please sign in to comment.