Skip to content

Commit 97db236

Browse files
add comment
1 parent 474eb67 commit 97db236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/sysinit/macos.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ func runMacOSDiagnostics() error {
3838
}
3939

4040
// osascript startup disk
41+
// This is what triggers the popup for 'Automations' on warpbuild-agent
4142
osascriptCmd := exec.Command("osascript", "-e", "tell application \"Finder\" to get name of startup disk")
4243
if output, err := osascriptCmd.CombinedOutput(); err == nil {
4344
log.Logger().Infof("startup disk: %s", strings.TrimSpace(string(output)))

0 commit comments

Comments
 (0)