Skip to content

Commit

Permalink
log message
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Sep 4, 2022
1 parent e153dcd commit db236a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ var rootCmd = &cobra.Command{
if err != nil {
log.Fatalln(err)
}
log.Println("Downloading mrpack file from", u)
log.Println("Downloading server file from", u)
_, err = http.Instance.DownloadFile(u, serverDir, serverFile)
if err != nil {
log.Fatalln(err)
Expand Down

0 comments on commit db236a8

Please sign in to comment.