Skip to content

Commit 2573e43

Browse files
authored
Add EOL to last line of each file. (#629)
1 parent 936bdd8 commit 2573e43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/buildDocker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ jobs:
109109
build-args: |
110110
medley_release=${{steps.prep.outputs.medley_release}}
111111
maiko_release=${{steps.prep.outputs.maiko_release}}
112-
build_date=${{steps.prep.outputs.build_time}}
112+
build_date=${{steps.prep.outputs.build_time}}

.github/workflows/buildLoadup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ jobs:
103103
tag: ${{ env.tag }}
104104
draft: true
105105
bodyfile: tmp/release-notes.md
106-
token: ${{ secrets.GITHUB_TOKEN }}
106+
token: ${{ secrets.GITHUB_TOKEN }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ WORKDIR /home/medley
2222

2323
RUN adduser --disabled-password --gecos "" medley
2424
USER medley
25-
ENTRYPOINT USER=medley Xvnc -geometry 1280x720 :0 & DISPLAY=:0 PATH="/app/maiko:$PATH" ./run-medley -full -g 1280x720 -sc 1280x720
25+
ENTRYPOINT USER=medley Xvnc -geometry 1280x720 :0 & DISPLAY=:0 PATH="/app/maiko:$PATH" ./run-medley -full -g 1280x720 -sc 1280x720

0 commit comments

Comments
 (0)