Skip to content

Commit

Permalink
Fix #668
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Oct 23, 2013
1 parent dab9000 commit a098e14
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -101,7 +101,7 @@ module Dashboard {
type: 'exec',
mbean: Fabric.managerMBean,
operation: 'getConfigurationFiles',
arguments: [details.branch, details.profiles, ".*\\.dashboard"]
arguments: [details.branch, details.profiles, ".*dashboard"]
}, {
method: 'POST',
success: (response) => {
Expand Down

0 comments on commit a098e14

Please sign in to comment.