Skip to content

Commit

Permalink
Removed lines 682-683 which causes the isssue no such file or directo…
Browse files Browse the repository at this point in the history
…ry (#2996)

Signed-off-by: shivam <shivambharadwaj822@gmail.com>
Co-authored-by: schristoff <28318173+schristoff@users.noreply.github.com>
  • Loading branch information
Bharadwajshivam28 and schristoff authored Feb 15, 2024
1 parent f2506a2 commit 56bf63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,4 @@ and we will add you. **All** contributors belong here. 💯
- [Salman Shah](https://github.com/sbshah97)
- [Ray Terrill](https://github.com/rayterrill)
- [Kim Christensen](https://github.com/kichristensen)
- [Shivam](https://github.com/Bharadwajshivam28)
3 changes: 1 addition & 2 deletions magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,7 @@ func Install() {
// Removing the file first clears the cache so that we don't run into "zsh: killed MIXIN..."
// See https://stackoverflow.com/questions/67378106/mac-m1-cping-binary-over-another-results-in-crash
// See https://openradar.appspot.com/FB8914231
mgx.Must(os.Remove(filepath.Join(destDir, mixin+xplat.FileExt())))
mgx.Must(os.RemoveAll(filepath.Join(destDir, "runtimes")))


// Copy the mixin client binary
mgx.Must(shx.Copy(filepath.Join(srcDir, mixin+xplat.FileExt()), destDir))
Expand Down

0 comments on commit 56bf63f

Please sign in to comment.