mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
fix: remove unnecessary quotes in commit message
These quotes are not necessary and appear literally in the commit
This commit is contained in:
@@ -2210,7 +2210,7 @@ const GitHandler = struct {
|
||||
const git_commands = .{
|
||||
&[_]string{ std.mem.span(git), "init", "--quiet" },
|
||||
&[_]string{ std.mem.span(git), "add", destination, "--ignore-errors" },
|
||||
&[_]string{ std.mem.span(git), "commit", "-am", "\"Initial commit (via bun create)\"", "--quiet" },
|
||||
&[_]string{ std.mem.span(git), "commit", "-am", "Initial commit (via bun create)", "--quiet" },
|
||||
};
|
||||
|
||||
if (comptime verbose) {
|
||||
|
||||
Reference in New Issue
Block a user