Skip to content

Commit

Permalink
Fix undefined HOME variable, resolves 3525 (home-assistant#3550)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchese authored Apr 7, 2024
1 parent 0d3157f commit a0e9125
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions git_pull/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 7.14.1
- Fix error where $HOME is not defined

## 7.14.0

- Update base image to Alpine 3.19
Expand Down
2 changes: 1 addition & 1 deletion git_pull/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 7.14.0
version: 7.14.1
slug: git_pull
name: Git pull
description: Simple git pull to update the local configuration
Expand Down
1 change: 1 addition & 0 deletions git_pull/data/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#### config ####

CONFIG_PATH=/data/options.json
HOME=~

DEPLOYMENT_KEY=$(jq --raw-output ".deployment_key[]" $CONFIG_PATH)
DEPLOYMENT_KEY_PROTOCOL=$(jq --raw-output ".deployment_key_protocol" $CONFIG_PATH)
Expand Down

0 comments on commit a0e9125

Please sign in to comment.