Skip to content

Commit

Permalink
fix: ProgramName
Browse files Browse the repository at this point in the history
  • Loading branch information
Dias1c committed Feb 2, 2025
1 parent 1aae5b4 commit 60b02bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/configs/configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var Vesrion = "x.y.z_dev"
var VersionSourceCodeLink = fmt.Sprintf("https://github.com/Dias1c/aws-ses-bulk-emails/releases/tag/v%s", Vesrion)

const SourceCodeLink = "https://github.com/Dias1c/aws-ses-bulk-emails"
const ProgramName = "aws-ses-bulk-emails"
const ProgramName = "aws_ses_bulk_emails"

func GetExpectedProgramFullName() string {
return fmt.Sprintf("%v-v%v-%v-%v", ProgramName, Vesrion, runtime.GOOS, runtime.GOARCH)
Expand Down

0 comments on commit 60b02bb

Please sign in to comment.