Skip to content

Commit

Permalink
debs/
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 20, 2024
1 parent 02a47c9 commit be86a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debs/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ include_debs () {
continue
fi
echo "ADDING ${file}"
_aptly -no-remove-files repo include "$file"
_aptly repo include -no-remove-files "$file"
done < <(find "${DEBS_ROOT}" -name "*.changes")
}

Expand Down

0 comments on commit be86a20

Please sign in to comment.