Skip to content

Commit

Permalink
Fix dep install of yq snap in charm func test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dosaboy committed Sep 16, 2024
1 parent 64efd8d commit c7cf252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/tools/charmed_openstack_functest_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ while (($# > 0)); do
done

# Install dependencies
snap info yq &>/dev/null || sudo snap install yq
which yq &>/dev/null || sudo snap install yq

# Ensure zosic-config checked out and up-to-date
(
Expand Down

0 comments on commit c7cf252

Please sign in to comment.