1
0

fix: typo

This commit is contained in:
dump_stack() 2023-05-15 14:26:38 +00:00
parent 262362659a
commit 3959a23efa
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

@ -127,7 +127,7 @@ func (cmd DebianGetDebCmd) Run() (err error) {
}
if !hasresults {
log.Fatal("no packages found to download")
log.Fatal().Msg("no packages found to download")
}
return
}