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

Commit6f4325e

Browse files
committed
fixup! make traiage.sh create idempotent
1 parenteb1c657 commit6f4325e

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
@@ -25,8 +25,8 @@ create() {
2525
--url"${CODER_URL}" \
2626
--token"${CODER_SESSION_TOKEN}" \
2727
list \
28-
--search"owner:me name:"${WORKSPACE_NAME}"\
29-
--output json\|
28+
--search"owner:me name:${WORKSPACE_NAME}" \
29+
--output json|\
3030
jq -r'. | length')
3131
if [["${exists}"-eq"1" ]];then
3232
echo"Workspace${WORKSPACE_NAME} already exists."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp