From f58487fd9dd3b6f618abfd59d47358442b7fe85a Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Tue, 16 Jun 2020 10:19:45 -0700 Subject: [PATCH] Minor edits --- CODE_OF_CONDUCT.md | 8 ++++---- install.fish | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index d5b3655..26407e6 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -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 For answers to common questions about this code of conduct, see -https://www.contributor-covenant.org/faq + + +[homepage]: https://www.contributor-covenant.org diff --git a/install.fish b/install.fish index 76d4900..7c6ad28 100644 --- a/install.fish +++ b/install.fish @@ -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