Skip to content

Commit

Permalink
improvement: warn message
Browse files Browse the repository at this point in the history
Co-authored-by: Albert <[email protected]>
  • Loading branch information
vvagaytsev and Orzelius authored May 9, 2022
1 parent 4402f36 commit daf3252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/vcs/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ export class GitHandler extends VcsHandler {
if (err.exitCode === 128 && err.stderr?.toLowerCase().includes("fatal: unsafe repository")) {
log.warn(
chalk.yellow(
"It looks like you use Git 2.36.0 or newer, " +
`and the Garden static directory "${path}" is owned by someone else. ` +
"It looks like you're using Git 2.36.0 or newer " +
`and the Garden static directory "${path}" is owned by someone else. ` +
"It will be added to safe.directory list in the .gitconfig."
)
)
Expand Down

0 comments on commit daf3252

Please sign in to comment.