Skip to content

Commit

Permalink
End list of arguments for apk properly
Browse files Browse the repository at this point in the history
  • Loading branch information
tribut committed Oct 31, 2020
1 parent c25a68f commit 173d9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fi

if [ -n "${PACKAGES}" ]; then
bashio::log.info "Installing extra packages: $PACKAGES"
apk add --quiet --no-progress --no-cache $PACKAGES
apk add --quiet --no-progress --no-cache -- $PACKAGES
fi

#
Expand Down

0 comments on commit 173d9b8

Please sign in to comment.