Skip to content

Commit

Permalink
CLOUD-2283: Add missing EDITOR env var to 00_env.sh (#66)
Browse files Browse the repository at this point in the history
After this change we're no longer setting EDITOR in 00_env.sh:
#65

This PR fixes the issue by adding it back.
  • Loading branch information
pb-dod authored Oct 4, 2023
1 parent 71db211 commit 2100714
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.33
0.1.34
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.33"
VERSION="0.1.34"
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
1 change: 1 addition & 0 deletions lib/core/shell/step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ function ih::setup::core.shell::private::configure-profile() {
# This file will not be updated when you update the ih-core brew formula.
export EDITOR="$EDITOR"
# Directory where you want to clone Legacy Grand Rounds repos,
# which are currently located in the ConsultingMD org.
export IH_HOME="$IH_HOME"
Expand Down

0 comments on commit 2100714

Please sign in to comment.