Skip to content

Commit

Permalink
Change commit message in new project generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
wieczorek1990 committed Sep 4, 2023
1 parent 339fb04 commit e186013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/VaporToolbox/New/New.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ struct New: AnyCommand {
// first commit
if !signature.noCommit {
context.console.info("Adding first commit")
try Process.git.commit(gitDir: gitDir, workTree: workTree, msg: "first commit")
try Process.git.commit(gitDir: gitDir, workTree: workTree, msg: "Generate Vapor project.")
}
}

Expand Down

0 comments on commit e186013

Please sign in to comment.