Minor edits

This commit is contained in:
Ilan Cosman 2020-06-16 10:19:45 -07:00
parent dd13e19966
commit f58487fd9d
2 changed files with 5 additions and 5 deletions

View File

@ -68,9 +68,9 @@ members of the project's leadership.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
[homepage]: https://www.contributor-covenant.org
available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>
For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
<https://www.contributor-covenant.org/faq>
[homepage]: https://www.contributor-covenant.org

View File

@ -24,7 +24,7 @@ function tide_install
if set -q _flag_local
cp -rf "$location" "$tempDir"
else
git clone -q --depth=1 -b $location https://github.com/IlanCosman/tide.git $tempDir
git clone -q --depth 1 -b $location https://github.com/IlanCosman/tide.git $tempDir
end
cp -r "$tempDir/completions" $__fish_config_dir