Browse Source

Fix interpolation adding extra eval

pull/421/head
Jerry Tan 2 years ago committed by GitHub
parent
commit
185c9994d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      libexec/jenv-doctor

2
libexec/jenv-doctor

@ -95,7 +95,7 @@ else @@ -95,7 +95,7 @@ else
esac
cwarn "Jenv is not loaded in your $shell"
cwarn 'To fix : \techo eval "$(jenv init -)" >>' $profile
cwarn 'To fix : \techo '\''eval "$(jenv init -)"'\'' >>' "$profile"

Loading…
Cancel
Save