You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My template seems to be injecting content at a wrong place. I suspect there is something wrong with my template, its just I do not see what. This is the template file:
This template should modify this docker-compose file, and add two new lines just below services: tag. However, injection happens after my-app: # auto-generated line, not after services:.
Hi,
My template seems to be injecting content at a wrong place. I suspect there is something wrong with my template, its just I do not see what. This is the template file:
This template should modify this docker-compose file, and add two new lines just below
services:
tag. However, injection happens aftermy-app: # auto-generated
line, not afterservices:
.Below are steps to reproduce, and all files are in a branch, which you can see in this PR: https://github.com/jondot/hygen/pull/429/files
Steps to reproduce
Actual output:
Expected output:
The text was updated successfully, but these errors were encountered: