Fix typo (#68)

* Fix typo

* Fix typo
This commit is contained in:
Christian Clauss 2023-07-28 14:53:47 +02:00 committed by GitHub
parent 0f965b7713
commit 81a613a80c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ has is aliased to `curl -sL https://git.io/_has | bash -s'
Let's say `$ has foobar` returns `foobar not understood`, because `has` may not have whitelisted `foobar`.
In such cases, pass `HAS_ALLOW_UNSAFE=y has foobar`. This should still check for existance of `foobar` and tries to detect version as well.
In such cases, pass `HAS_ALLOW_UNSAFE=y has foobar`. This should still check for existence of `foobar` and tries to detect version as well.
> the value must exactly be `y` for it to work.

View File

@ -1,7 +1,7 @@
# Not pre-installed to container, but repository cloned during CI
has
# Tests are run as admin in CI. Code requires an extra paramater to get version as admin.
# Tests are run as admin in CI. Code requires an extra parameter to get version as admin.
# todo: add --user-data-dir=/tmp for code when has is run as admin
code