Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Merge pull request #2861 from danmcp/master
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Jun 17, 2013
2 parents 00d4f8c + 45b72ab commit 898487e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/app/controllers/applications_controller.rb
Expand Up @@ -21,7 +21,7 @@ def index
apps.push(app)
end
end
rest_apps = apps.map! { |application| get_rest_application(application, include_cartridges, apps) }
rest_apps = apps.map { |application| get_rest_application(application, include_cartridges, apps) }
render_success(:ok, "applications", rest_apps, "Found #{rest_apps.length} applications for domain '#{@domain.namespace}'")
end

Expand Down

0 comments on commit 898487e

Please sign in to comment.