Skip to content

Commit 0eb15cb

Browse files
committed
Fix incorrect test, issue #10
1 parent 4598369 commit 0eb15cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/omnibus-bootstrap-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
logfile=omnibus.txt
55

66
# ensure download is set to true
7-
type pipx || pipx install toml-cli
7+
pipx install toml-cli
88
~/.local/bin/toml set --toml-path processes/omnibus/omnibus.toml module.mithril-snapshot-fetcher.download true
99

1010
pushd processes/omnibus

0 commit comments

Comments
 (0)