Skip to content

Commit 11a992e

Browse files
committed
feat(demo): template name
1 parent 2de33bf commit 11a992e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/projects/projects.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ func createDemoProject(projectID int, noneKeyID int, emptyEnvID int, store db.St
233233
}
234234

235235
template, err = store.CreateTemplate(db.Template{
236-
Name: "Apply infrastructure",
236+
Name: "Apply infrastructure (OpenTofu)",
237237
Type: db.TemplateTask,
238238
Playbook: "",
239239
ProjectID: projectID,

0 commit comments

Comments
 (0)