Skip to content

Commit

Permalink
Merge pull request #1666 from BishopFox/v1.6.0/fix-alias-hostproc
Browse files Browse the repository at this point in the history
Fix Default Linux Host Process for Aliases
  • Loading branch information
rkervella authored May 3, 2024
2 parents ef09058 + 6134b78 commit 7564312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/command/alias/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var (

defaultHostProc = map[string]string{
"windows": windowsDefaultHostProc,
"linux": windowsDefaultHostProc,
"linux": linuxDefaultHostProc,
"darwin": macosDefaultHostProc,
}
)
Expand Down

0 comments on commit 7564312

Please sign in to comment.