Skip to content

Commit

Permalink
copyFileSync
Browse files Browse the repository at this point in the history
  • Loading branch information
hemarina committed Sep 9, 2024
1 parent 69a6276 commit 17a508d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/azuredevops/setupAzd/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Read more about Azure Developer CLI telemetry: https://github.com/Azure/azure-de
}
const binPath = path.join(extractedTo, binName);

fs.symlinkSync(
fs.copyFileSync(
path.join(extractedTo, installArray[1]),
binPath
)
Expand Down

0 comments on commit 17a508d

Please sign in to comment.