Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf212d15

Browse files
committed
make fmt
1 parentdf7b7e3 commitf212d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎scripts/traiage.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ prompt_ssh() {
6363
ssh_config
6464

6565
# Write prompt to a file in the workspace
66-
cat<<<"${PROMPT}">"${TEMPDIR}/prompt.txt"
66+
cat<<<"${PROMPT}">"${TEMPDIR}/prompt.txt"
6767
scp \
6868
-F"${OPENSSH_CONFIG_FILE}" \
6969
"${TEMPDIR}/prompt.txt" \
@@ -167,7 +167,7 @@ commit_push() {
167167
ssh_config
168168

169169
# For multiple commands, upload a script and run it.
170-
cat>"${TEMPDIR}/commit_push.sh"<<-EOF
170+
cat>"${TEMPDIR}/commit_push.sh"<<-EOF
171171
#!/usr/bin/env bash
172172
set -euo pipefail
173173
if [[\$(git branch --show-current) != "${WORKSPACE_NAME}" ]]; then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp