Commit 96ce223
Elad Ben-Israel
fix: symlinks don’t work on windows (#307)
When running on windows as a non-admin the symlink operation will fail.
See hashicorp/terraform-cdk#501 for error.
This just replaces the symlink with a copy.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments