Skip to content

Commit 81de77d

Browse files
committed
feat: added description to deep learning workspace
1 parent ea47eaf commit 81de77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/go/20210414165510_add_deep_learning_desktop_workspace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func Up20210414165510(tx *sql.Tx) error {
2121
return createWorkspaceTemplate(
2222
filepath.Join("workspaces", "vnc", "20210414165510.yaml"),
2323
deepLearningDesktopTemplateName,
24-
"")
24+
"Deep learning desktop with VNC")
2525
}
2626

2727
// Down20210414165510 removes the Deep Learning Desktop Workspace Template

0 commit comments

Comments
 (0)