Skip to content

Commit

Permalink
precision
Browse files Browse the repository at this point in the history
  • Loading branch information
jm33-m0 committed Jul 12, 2023
1 parent 89c6252 commit 90c9201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/cc/modcustom.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func moduleCustom() {
CliPrintError("Compressing %s: %v", CurrentMod, err)
return
}
CliPrintInfo("Created %.2fMB archive (%s) for module '%s'",
CliPrintInfo("Created %.4fMB archive (%s) for module '%s'",
float64(util.FileSize(tarball))/1024/1024, tarball, CurrentMod)

// tell agent to download and execute this module
Expand Down

0 comments on commit 90c9201

Please sign in to comment.