Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #524 from grtjn/506-deploy-transform
Browse files Browse the repository at this point in the history
Fixed #506: typo in deploy_transform
  • Loading branch information
paxtonhare committed Oct 6, 2015
2 parents 99beaee + 9bd0b4f commit 6e510bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/lib/server_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ def deploy_transform
transform = find_arg(['--file'])
path = @properties['ml.rest-transforms.dir']
if !transform.blank?
path += "/#{transformname}"
path += "/#{transform}"
end

# Deploy transforms to the REST API server
Expand Down

0 comments on commit 6e510bb

Please sign in to comment.