From 2e7ea9bd6b9bf4bb11d19959d1f822a1eb03f097 Mon Sep 17 00:00:00 2001 From: Lucas Kacher Date: Wed, 9 Sep 2020 14:10:57 -0700 Subject: [PATCH] fix: issues w/ path checkout on macos (#7) --- src/commands/shallow-checkout.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/shallow-checkout.yml b/src/commands/shallow-checkout.yml index 50d8c33..8885545 100644 --- a/src/commands/shallow-checkout.yml +++ b/src/commands/shallow-checkout.yml @@ -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.