Skip to content

Commit

Permalink
fix: fixing config name (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Oct 17, 2019
1 parent f737340 commit eda7c44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as path from 'path';

import * as packageJson from '../../package.json';
import * as protosTypes from '../../protos/protos';
import * as gapicConfig from './echo_client_config.json';
import * as gapicConfig from './{{ service.name.toLowerCase() }}_client_config.json';

const version = packageJson.version;

Expand Down

0 comments on commit eda7c44

Please sign in to comment.