Skip to content

Commit

Permalink
Fix GIT clone await.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaillard committed Nov 27, 2023
1 parent 6424cc0 commit 8528666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import isUrl from 'is-url-superb';
import isGithubUrl from 'is-github-url';
import ora from 'ora';
import {remark} from 'remark';
import gitClone from 'git-clone';
import gitClone from 'git-clone/promise.js';
import {globbySync} from 'globby';
import rmfr from 'rmfr';
import {temporaryDirectory} from 'tempy';
Expand Down

0 comments on commit 8528666

Please sign in to comment.