Skip to content

Commit 1488e9a

Browse files
authored
Merge pull request #421 from xmidt-org/denopink/patch/fix-docker-execution-instructions
fix:Move the execution instructions to the first line.
2 parents cc1996e + 5d11a68 commit 1488e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release/docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
#!/usr/bin/env sh
12
# SPDX-FileCopyrightText: 2019 Comcast Cable Communications Management, LLC
23
# SPDX-License-Identifier: Apache-2.0
3-
#!/usr/bin/env sh
44
set -e
55

66
# check arguments for an option that would cause /scytale to stop

0 commit comments

Comments
 (0)