Skip to content

Commit

Permalink
Fix spell
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Aug 26, 2019
1 parent f24dbcd commit 588f994
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -635,8 +635,9 @@ function build_homeassistant() {
fi

# Inject HA
if [ -d /homeassistant ]; then
cp -r /homeassisant "$TARGET/homeassistant"
if [ -e /homeassistant ]; then
bashio::log.info "Inject HomeAssistant folder into build"
cp -r /homeassistant "$TARGET/homeassistant"
rm -rf "$TARGET/homeassistant/.git" "$TARGET/homeassistant/docs" "$TARGET/homeassistant/tests"
fi

Expand Down

0 comments on commit 588f994

Please sign in to comment.