diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0b58e10..103dd30 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: fish-actions/install-fish@v1 + - uses: fish-actions/install-fish@v1.1.0 - name: Install Fisher run: curl -sL git.io/fisher | source && fisher install jorgebucaran/fisher diff --git a/functions/_tide_item_pwd.fish b/functions/_tide_item_pwd.fish index 0d62d66..1b66806 100644 --- a/functions/_tide_item_pwd.fish +++ b/functions/_tide_item_pwd.fish @@ -41,7 +41,7 @@ function _tide_item_pwd end end - test $splitPwd[1] = '~' || printf '%s' '/' + test "$splitPwd[1]" = '~' || printf '%s' '/' string join '/' $splitPwdForOutput end \ No newline at end of file