Skip to content

Commit 7a45eb5

Browse files
Apply suggestion from @bitrise-ip-bot
Co-authored-by: bitrise-ip-bot <[email protected]>
1 parent d0da99a commit 7a45eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/xcode/activate_xcode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ func addXcelerateCommandToPathWithScriptWrapper(
288288
pathContent := fmt.Sprintf("export PATH=%s:$PATH", binPath)
289289

290290
addPathToEnvman(ctx, commandFunc, binPath, envs, logger)
291-
if err = addPathToGithubPathFile(osProxy, scriptPath, envs, logger); err != nil {
291+
if err = addPathToGithubPathFile(osProxy, binPath, envs, logger); err != nil {
292292
logger.Errorf("failed to add path to github path file: %s", err)
293293
}
294294

0 commit comments

Comments
 (0)