Skip to content

Commit dcc67d8

Browse files
cmacknzycombinator
andauthored
Update comment to match function name.
Co-authored-by: Shaunak Kashyap <[email protected]>
1 parent 7bd39e2 commit dcc67d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magefile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ func (Build) GenerateConfig() error {
260260
return sh.Copy(filepath.Join(buildDir, configFile), filepath.Join(metaDir, configFile))
261261
}
262262

263-
// WindowsArchiveRootBinary compiles a binary to be placed at the root of the windows elastic-agent archive. This binary
263+
// windowsArchiveRootBinaryForGoArch compiles a binary to be placed at the root of the windows elastic-agent archive. This binary
264264
// is a thin proxy to the actual elastic-agent binary that resides in the data/elastic-agent-{commit-short-sha}
265265
// directory of the archive.
266266
func (Build) windowsArchiveRootBinaryForGoArch(goarch string) error {

0 commit comments

Comments
 (0)