Skip to content

Commit

Permalink
revert: non-standard format (#123)
Browse files Browse the repository at this point in the history
This reverts commit 204bb26.
  • Loading branch information
kurosakishigure authored Dec 22, 2024
1 parent 0f5cf57 commit 6e19653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/cd/before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Conflicts: $conflictname
Description: CLI tool for generating RSS feeds.
EOF

fakeroot dpkg-deb -Zxz --build "$tempdir" "${dpkgname}_${version/-canary./~canary}-1_${architecture}.deb"
fakeroot dpkg-deb -Zxz --build "$tempdir" "${dpkgname}_${version}_${architecture}.deb"
}


Expand Down

0 comments on commit 6e19653

Please sign in to comment.