Skip to content

Commit

Permalink
Fix typo (#68)
Browse files Browse the repository at this point in the history
* Fix typo

* Fix typo
  • Loading branch information
cclauss authored Jul 28, 2023
1 parent 0f965b7 commit 81a613a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tests/packages_ubuntu_skip.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 81a613a

Please sign in to comment.