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

Commitcf34da3

Browse files
committed
[ci]: Fix ci-user check on mac
1 parent891e9e7 commitcf34da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.ci/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -e
88
if ["`id -un`"="root" ];then
99
if [-d".ci" ];then
1010
if ["`uname`"="Darwin" ];then
11-
if! [-f /Users/ci ];then
11+
if! [-e /Users/ci ];then
1212
echo"Error: User ci not found."
1313
exit 1
1414
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp