Skip to content

Commit

Permalink
Fix typo in rename_queue
Browse files Browse the repository at this point in the history
  • Loading branch information
agrare committed Aug 13, 2018
1 parent 9bc9d3c commit 29c1af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/vm_or_template/operations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def rename(new_name)

def rename_queue(userid, new_name)
task_opts = {
:action => "Renanimg VM for user #{userid}",
:action => "Renaming VM for user #{userid}",
:userid => userid
}

Expand Down

0 comments on commit 29c1af1

Please sign in to comment.