Skip to content

Commit

Permalink
Merge pull request #3583 from bdunne/caching
Browse files Browse the repository at this point in the history
Remove caching
  • Loading branch information
mzazrivec authored Mar 13, 2018
2 parents ba9fd99 + 5b8e3af commit fd2a4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/ops_helper/my_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ def my_zone_name
end

def my_server
@my_server ||= MiqServer.my_server(true)
MiqServer.my_server
end
end

0 comments on commit fd2a4a5

Please sign in to comment.