Update cmd/survey/tasks/gitTask.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Robin Olsen
2026-02-25 15:38:45 +01:00
committed by GitHub
parent 8d6b71d1c4
commit 5e6811da9c

View File

@@ -74,7 +74,7 @@ func (t *GitTask) Setup(ctx context.Context) error {
os.WriteFile("./task/README.md",
[]byte("This is a Git task. Please perform a Git operation here."),
os.FileMode(os.O_WRONLY|os.O_CREATE))
0o644)
t.setupIssue = models.NewIssueBuilder().
WithTitle("Git Task Setup Issue").