Skip to content

Commit

Permalink
rename to git-utils.js #523
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-guggisberg committed Feb 11, 2019
1 parent 3f4a04e commit 041f37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
const fs = require('fs-extra');
const path = require('path');
const { GitUrl } = require('@adobe/helix-shared');
const GitUtils = require('../GitUtils');
const GitUtils = require('../git-utils');

const DEFAULT_CONFIG = path.resolve(__dirname, 'default-config.yaml');

Expand Down

0 comments on commit 041f37c

Please sign in to comment.