Skip to content

Commit

Permalink
Merge pull request #141 from grische/fix/firmware_merger_typo
Browse files Browse the repository at this point in the history
firmware-legacy-merger: fix typo in manifest merge
  • Loading branch information
awlx authored Nov 13, 2023
2 parents 11525ec + 35e120f commit efed1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-downloader/firmware-legacy-merger
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function merge_manifests() {
extract_models "${legacy_dir}/sysupgrade/$branch" >> "${tempdir}/$branch.models"

# merge both files, ignoring all but the first entry ("-u") for a specific model ("-k1,1")
sort -u -k1,1 "${tempdir}/$branch.models" > "${tempdir}/$branch"
sort -u -k1,1 "${tempdir}/$branch.models" >> "${tempdir}/$branch"

echo "Merged $branch".
done
Expand Down

0 comments on commit efed1a9

Please sign in to comment.