Skip to content

Commit

Permalink
Fix bug with path
Browse files Browse the repository at this point in the history
  • Loading branch information
lwwcas committed Aug 14, 2019
1 parent 3755d43 commit 9f39beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/VsCode/VsCodeConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
{

// Copy all config to Visual Studio Code
$process = new Process('cp ~/vendor/lwwcas/holo-builder/.vscode/settings.json ~/.config/Code/User/settings.json');
$process = new Process('cp ~/.holo/.vscode/settings.json ~/.config/Code/User/settings.json');
$this->runProcess($process, $output);

}
Expand Down

0 comments on commit 9f39beb

Please sign in to comment.