Skip to content

Commit

Permalink
Remove await
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis authored and ncuillery committed Jan 31, 2018
1 parent e2bf90e commit ffdfceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-git-upgrade/cliEntry.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ async function run(requestedVersion, cliArgs) {
await exec('git init', verbose);

log.info('Save current .gitignore file');
await copyCurrentGitIgnoreFile(tmpDir);
copyCurrentGitIgnoreFile(tmpDir);

log.info('Add all files to commit');
await exec('git add .', verbose);
Expand Down

0 comments on commit ffdfceb

Please sign in to comment.