Skip to content

Commit cf34da3

Browse files
committed
[ci]: Fix ci-user check on mac
1 parent 891e9e7 commit cf34da3

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)