mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
improve comment grammar
This commit is contained in:
parent
fca2feaae8
commit
b092686453
@ -24,7 +24,7 @@ clone() {
|
||||
# Try the PR author's branch in case it exists on the deps as well.
|
||||
# First we check if GITHUB_HEAD_REF is defined,
|
||||
# Then we check if BUILDKITE_BRANCH is defined,
|
||||
# if it isn't we can assume this is a Netlify build
|
||||
# if they aren't we can assume this is a Netlify build
|
||||
if [ -n "$GITHUB_HEAD_REF" ]; then
|
||||
head=$GITHUB_HEAD_REF
|
||||
elif [ -n "$BUILDKITE_BRANCH" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user