Skip to content

Commit

Permalink
fix: issues w/ path checkout on macos (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Kacher authored Sep 9, 2020
1 parent c63edc2 commit 2e7ea9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/shallow-checkout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ parameters:
default: 10
path:
description: >
By default, checkout path is ~/project, this can be overrridden.
By default, checkout path is $HOME/project, this can be overrridden.
type: string
default: ~/project
default: $HOME/project
fetch_lfs:
description: >
By default (false), export GIT_LFS_SKIP_SMUDGE=1 to prevent resolution of LFS pointers.
Expand Down

0 comments on commit 2e7ea9b

Please sign in to comment.