Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
removing references to fork
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenterheerdt committed Dec 1, 2020
1 parent 798702d commit d0c7fc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repository.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Ring Livestream Hass.IO add-on repository Bash",
"name": "Ring Livestream Hass.IO add-on repository",
"url": "https://github.com/jeroenterheerdt/ring-hassio",
"maintainer": "jeroenterheerdt"
}
2 changes: 1 addition & 1 deletion ring_hassio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk add --no-cache \
ffmpeg \
git && \
cd / && \
git clone https://github.com/Brahmah/ring-hassio && \
git clone https://github.com/jeroenterheerdt/ring-hassio && \
cd ring-hassio/ring_hassio && \
npm install --unsafe-perm && \
chmod a+x run.sh
Expand Down

0 comments on commit d0c7fc3

Please sign in to comment.