Skip to content

Commit

Permalink
Fixed marklogic-community#506: typo in deploy_transform
Browse files Browse the repository at this point in the history
  • Loading branch information
grtjn committed Jan 28, 2016
1 parent 47ae810 commit 7dbfc1c
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 7dbfc1c

Please sign in to comment.