Skip to content

Commit da03e16

Browse files
CopilotKSXGitHub
andauthored
fix: bash: --command: invalid option (#51)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: KSXGitHub <11488886+KSXGitHub@users.noreply.github.com>
1 parent 3b403c7 commit da03e16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ chown -vR builder:builder /home/builder
1717
chmod -vR 600 /home/builder/.ssh/*
1818
echo '::endgroup::'
1919

20-
exec runuser -u builder -- bash -l -c /build.sh
20+
exec runuser -u builder -- bash -l /build.sh

0 commit comments

Comments
 (0)