Skip to content

Commit

Permalink
fix package names in schema
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Worm <tony@hofstadter.io>
  • Loading branch information
verdverm committed May 25, 2021
1 parent 865547c commit 3636c30
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion schema/dm/datamodel.cue
@@ -1,4 +1,4 @@
package schema
package dm

import "strings"

Expand Down
2 changes: 1 addition & 1 deletion schema/dm/datatypes.cue
@@ -1,4 +1,4 @@
package schema
package dm

#DataTypes: #ID |
#UUID |
Expand Down
2 changes: 1 addition & 1 deletion schema/gen/file.cue
@@ -1,4 +1,4 @@
package schema
package gen


// A file which should be generated by hof
Expand Down
2 changes: 1 addition & 1 deletion schema/gen/generator.cue
@@ -1,4 +1,4 @@
package schema
package gen

// Definition for a generator
#HofGenerator: {
Expand Down
2 changes: 1 addition & 1 deletion schema/gen/template.cue
@@ -1,4 +1,4 @@
package schema
package gen

#TemplateConfigReplacible: {
// System params
Expand Down
2 changes: 1 addition & 1 deletion schema/test/http.cue
@@ -1,4 +1,4 @@
package schema
package test

#HttpTester: {
req: #HttpRequest
Expand Down

0 comments on commit 3636c30

Please sign in to comment.