Skip to content

Commit 56bf63f

Browse files
Removed lines 682-683 which causes the isssue no such file or directory (#2996)
Signed-off-by: shivam <shivambharadwaj822@gmail.com> Co-authored-by: schristoff <28318173+schristoff@users.noreply.github.com>
1 parent f2506a2 commit 56bf63f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,4 @@ and we will add you. **All** contributors belong here. 💯
9595
- [Salman Shah](https://github.com/sbshah97)
9696
- [Ray Terrill](https://github.com/rayterrill)
9797
- [Kim Christensen](https://github.com/kichristensen)
98+
- [Shivam](https://github.com/Bharadwajshivam28)

magefile.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -679,8 +679,7 @@ func Install() {
679679
// Removing the file first clears the cache so that we don't run into "zsh: killed MIXIN..."
680680
// See https://stackoverflow.com/questions/67378106/mac-m1-cping-binary-over-another-results-in-crash
681681
// See https://openradar.appspot.com/FB8914231
682-
mgx.Must(os.Remove(filepath.Join(destDir, mixin+xplat.FileExt())))
683-
mgx.Must(os.RemoveAll(filepath.Join(destDir, "runtimes")))
682+
684683

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

0 commit comments

Comments
 (0)