Skip to content

Commit

Permalink
Merge pull request jondot#307 from samuelfullerthomas/fix-with-prompt
Browse files Browse the repository at this point in the history
fix: fix with-prompt generated by hygen init self
  • Loading branch information
jondot authored Apr 23, 2021
2 parents 0d0b1b0 + 3092de4 commit 9692f7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hygen.io/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $ hygen init self
Loaded templates: src/templates
added: _templates/generator/with-prompt/hello.ejs.t
added: _templates/generator/with-prompt/prompt.ejs.t
added: _templates/generator/with-prompt/prompt.js
added: _templates/generator/new/hello.ejs.t
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
to: _templates/generator/with-prompt/prompt.ejs.t
to: _templates/generator/with-prompt/prompt.js
---
---
to: _templates/<%%= name %%>/<%%= action || 'new' %%>/prompt.js
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
to: _templates/generator/with-prompt/prompt.ejs.t
to: _templates/generator/with-prompt/prompt.js
---
---
to: _templates/<%%= name %%>/<%%= action || 'new' %%>/prompt.js
Expand Down

0 comments on commit 9692f7b

Please sign in to comment.