Skip to content

Commit 373fb1a

Browse files
committed
fix up the project entry
1 parent 40c843e commit 373fb1a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

tode/project.ston

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
TDObjectGatewayNode{#name:'project',#contents:'| project |
2-
project := TDProjectSpecEntryDefinition new
1+
TDObjectGatewayNode{#name:'project',#contents:'^ TDProjectSpecEntryDefinition new
32
baseline: \'ServiceVM\'
4-
repository: \'github://glassdb/ServiceVM:master/repository\'
5-
loads: #(\'default\').
6-
project
3+
repository: \'github://glassdb/ServiceVM:master/repository\'
4+
loads: #(\'default\');
75
projectPath: self parent printString;
86
status: #(#\'active\');
9-
yourself.
10-
^ project'}
7+
yourself'}

0 commit comments

Comments
 (0)