Skip to content

Commit

Permalink
[DP-1582] Fix git URL redirection. (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanzin authored Nov 9, 2022
1 parent 73e92d7 commit 1124e96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.10
0.1.11
2 changes: 1 addition & 1 deletion formula/ih-core.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class IhCore < Formula
VERSION="0.1.10"
VERSION="0.1.11"
desc "Brew formula for installing core tools used at Included Health engineering."
homepage "https://github.com/ConsultingMD/homebrew-ih-public"
license "CC BY-NC-ND 4.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/core/git/step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function ih::setup::core.git::install() {
ih::setup::core.git::private::set-if-unset "push.default" "simple"

# make git use ssh for everything
git config --global url.ssh://git@github.com/ConsultingMD/.insteadOf https://github.com/ConsultingMD
git config --global url.git@github.com:ConsultingMD/.insteadOf https://github.com/ConsultingMD/

# set up pre-commit to automatically be set up for all cloned repos,
# if the user doesn't have a templateDir already
Expand Down

0 comments on commit 1124e96

Please sign in to comment.