Skip to content

Commit

Permalink
fix: Correct yaml type for amagaki doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoramite committed Jun 21, 2021
1 parent bc81a1d commit 1d75acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projectType/amagakiProjectType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const YAML_PRIORITY_KEYS = [
'id',
];
const YAML_TYPES: Record<string, YamlTypeConstructor> = {
'pod.document': AmagakiDocumentConstructor,
'pod.doc': AmagakiDocumentConstructor,
'pod.string': AmagakiStringConstructor,
'pod.staticFile': AmagakiStaticConstructor,
'pod.yaml': AmagakiYamlConstructor,
Expand Down

0 comments on commit 1d75acb

Please sign in to comment.