Skip to content

Commit

Permalink
Fix (bootc): Update osarg temp file naming
Browse files Browse the repository at this point in the history
  • Loading branch information
kdvalin committed Dec 11, 2024
1 parent 848d374 commit fd9dbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/burden
Original file line number Diff line number Diff line change
Expand Up @@ -2209,7 +2209,7 @@ verify_os_vendor()
}

process_os_args() {
arg_file=$(mktemp)
arg_file=$(mktemp zath_os_args.XXXXX)
$UTILS_DIR/parse_optstring.sh "$1" > $arg_file
mode=$(yq -r .mode $arg_file)

Expand Down

0 comments on commit fd9dbd0

Please sign in to comment.