Skip to content

Commit

Permalink
chore: fixed comment with dyslexia mixup
Browse files Browse the repository at this point in the history
  • Loading branch information
furan917 authored Nov 24, 2023
1 parent 97b9dd2 commit 5060a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func initializeModuleWhichRequireConfig() {

func main() {
if len(os.Args) > 1 && os.Args[1] == "version" {
//Remove the release me comment from the version output
//Remove the release-please comment from the version output
version = strings.Split(version, "##")[0]
fmt.Printf("Magecomm Version: %s\n", strings.TrimSpace(version))
return
Expand Down

0 comments on commit 5060a6b

Please sign in to comment.