Skip to content

Commit

Permalink
Handle PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
  • Loading branch information
kavilla committed Mar 6, 2021
1 parent 5415dd7 commit a46a377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/osd-apm-config-loader/src/config_loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { ApmConfiguration } from './config';
* Load the APM configuration.
*
* @param argv the `process.argv` arguments
* @param rootDir The root directory of opensearchDashboards (where the sources and the `package.json` file are)
* @param rootDir The root directory of opensearch-dashboards (where the sources and the `package.json` file are)
* @param production true for production builds, false otherwise
*/
export const loadConfiguration = (
Expand Down

0 comments on commit a46a377

Please sign in to comment.