Skip to content

Commit

Permalink
Fix typo and remove unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-be committed May 16, 2023
1 parent 77e04f3 commit 9546e40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion internal/cli/cli.go

This file was deleted.

2 changes: 1 addition & 1 deletion internal/gui/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func StartGUI(papermcAPI paper_api.PapermcAPI) {
}
stopChan <- true
quit()
fmt.Println("Download successfully!")
fmt.Println("Downloaded successfully!")
return
} else {
papermcSelector.Render()
Expand Down

0 comments on commit 9546e40

Please sign in to comment.