Skip to content

Commit

Permalink
VLC addon - Fix typos (home-assistant#1892)
Browse files Browse the repository at this point in the history
  • Loading branch information
SNoof85 authored Mar 2, 2021
1 parent 8161e57 commit ad4dea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vlc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILD_FROM
FROM ${BUILD_FROM}

# Install Z-Wave JS
# Install VLC
WORKDIR /usr/src
RUN \
set -x \
Expand Down
2 changes: 1 addition & 1 deletion vlc/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "VLC",
"version": "0.1.2",
"slug": "vlc",
"description": "Turn you device into a Media Player with VLC",
"description": "Turn your device into a Media Player with VLC",
"arch": ["amd64", "i386", "armv7", "aarch64"],
"url": "https://github.com/home-assistant/hassio-addons/tree/master/vlc",
"startup": "services",
Expand Down

0 comments on commit ad4dea4

Please sign in to comment.