1
0
Fork 0

fix: typo

master
dump_stack() 2023-05-15 14:26:38 +00:00
parent 262362659a
commit 3959a23efa
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

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
}