Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
horstenwillem committed Apr 27, 2018
1 parent be712f8 commit fc8c090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/importer.ts
@@ -1,7 +1,7 @@
import * as icappsTranslation from 'icapps-translations';
import { existsSync, mkdirSync } from 'fs';

const url = '';
const url = 'http://translations.icapps.com/api';
const defaultOptions = {
destination: process.cwd() + '/locales',
clean: true,
Expand Down

0 comments on commit fc8c090

Please sign in to comment.