Skip to content

Commit

Permalink
Add new version (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
galileavalle authored Mar 28, 2023
1 parent b0a7a87 commit f6600c8
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.19
0.1.20
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.19"
VERSION="0.1.20"
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/toolrepos/step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function ih::setup::core.toolrepos::set-auto-update-repositories-job() {
PLIST_FILE="com.includedhealth.auto-update-repositories"
LAUNCH_AGENTS_PATH="${HOME}/Library/LaunchAgents/${PLIST_FILE}.plist"

GR_HOME_ESC=$(echo $GR_HOME | sed 's_/_\\/_g')
GR_HOME_ESC=$(echo "$GR_HOME" | sed 's_/_\\/_g')

sed "s/\$IH_HOME/${GR_HOME_ESC}/g" "${THIS_DIR}/${PLIST_FILE}.plist" > "${LAUNCH_AGENTS_PATH}"

Expand Down

0 comments on commit f6600c8

Please sign in to comment.