Skip to content

Commit

Permalink
fix: consider darwin even we are not supporting it
Browse files Browse the repository at this point in the history
  • Loading branch information
jm33-m0 committed Jan 23, 2025
1 parent d99b192 commit 4a736e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build linux
// +build linux
//go:build !windows
// +build !windows

package agent

Expand Down

0 comments on commit 4a736e2

Please sign in to comment.