Skip to content

Commit

Permalink
Fix formatting for warning about re-signing all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Dec 21, 2024
1 parent 22064bf commit 3dfbaba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/cmd_resign.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ package cli
import (
"github.com/essentialkaos/ek/v13/fmtc"
"github.com/essentialkaos/ek/v13/fmtutil"
"github.com/essentialkaos/ek/v13/fmtutil/panel"
"github.com/essentialkaos/ek/v13/options"
"github.com/essentialkaos/ek/v13/path"
"github.com/essentialkaos/ek/v13/pluralize"
Expand All @@ -27,7 +28,7 @@ import (
// cmdSign is 'resign' command handler
func cmdResign(ctx *context, args options.Arguments) bool {
if !options.GetB(OPT_FORCE) {
terminal.Warn("Command can take a lot of time",
panel.Warn("Command can take a lot of time",
`This command will re-sign all packages in the repo. Re-sign process requires
rewriting {*}every{!} package in repository and can take a lot of time (depending on
how many packages you have and how big they are).`)
Expand Down
1 change: 1 addition & 0 deletions common/rep.spec
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ rm -rf %{buildroot}
%changelog
* Sat Dec 21 2024 Anton Novojilov <[email protected]> - 3.5.2-0
- Downgraded go-crypto to 1.0.0 due to invalid signature with newer versions
- Fixed formatting for warning about re-signing all packages

* Fri Sep 13 2024 Anton Novojilov <[email protected]> - 3.5.1-0
- Code refactoring
Expand Down

0 comments on commit 3dfbaba

Please sign in to comment.