Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 committed Sep 25, 2024
1 parent aee93c6 commit 24f8b13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rhel9-linux-hypervisor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ compare_yaml() {
yq e 'select(. as $item | input | . == $item)' - <(yq e '.' "$file1") <(yq e '.' "$file2") -I0 | yq e 'del(select(. == null))' -I0
}


# Function to update file1 with differences from file2
update_yaml() {
local file1=$1
Expand Down

0 comments on commit 24f8b13

Please sign in to comment.