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

Commit

Permalink
Bug 974507
Browse files Browse the repository at this point in the history
  • Loading branch information
danmcp committed Jun 17, 2013
1 parent 00d4f8c commit 45b72ab
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 45b72ab

Please sign in to comment.