Skip to content

Commit

Permalink
Update one_tm.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben S. Montero authored Aug 7, 2019
1 parent 327377e commit 7c41953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tm_mad/one_tm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def do_transfer_action(id, command)
path_shortened = File.join(@local_scripts_path, tm, md[1])
if !File.exists?(path_shortened)
return RESULT[:failure],
"Driver path '#{path}' nor '#{path_shortened}' does not exists"
"Driver path '#{path}' nor '#{path_shortened}' exists"
end
path = path_shortened
else
Expand Down

1 comment on commit 7c41953

@GitCop
Copy link

@GitCop GitCop commented on 7c41953 Aug 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were the following issues with your Pull Request

  • Subject needs to conform to "%{type} #%{issue_number}: %{description}"

Guidelines are available at https://github.com/OpenNebula/one/blob/master/share/doc/dev/COMMIT_MESSAGES.md


This message was auto-generated by https://gitcop.com

Please sign in to comment.