Skip to content

Commit

Permalink
CICD: Fix description of Debian package file
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Jul 5, 2021
1 parent 973c955 commit d5ef10b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ jobs:
Architecture: ${DPKG_ARCH}
Provides: ${{ env.PROJECT_NAME }}
Conflicts: ${DPKG_CONFLICTS}
Description: cat(1) clone with wings.
A cat(1) clone with syntax highlighting and Git integration.
Description: command-line tool to generate, analyze, convert and manipulate colors
EOF
DPKG_PATH="${DPKG_STAGING}/${DPKG_NAME}"
Expand Down

0 comments on commit d5ef10b

Please sign in to comment.