Skip to content

Commit c3ef171

Browse files
bphadamziel
andauthored
Fix name of directories and wp cli command
Co-authored-by: Adam Zielinski <[email protected]>
1 parent 2bc59a5 commit c3ef171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blueprints/wpcli-markdown/blueprint.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
},
1414
{
1515
"step": "writeFile",
16-
"path": "/wp-content/uploads/postcontent.md",
16+
"path": "/wordpress/wp-content/postcontent.md",
1717
"data": {
1818
"resource": "url",
1919
"url": "https://gutenbergtimes.com/wp-content/uploads/2020/11/wpcli-markdown/postcontent.md"
2020
}
2121
},
2222
{
2323
"step": "wp-cli",
24-
"command": "wp post create --post_title 'Welcome to Playground' /wp-content/uploads/postcontent.md"
24+
"command": "wp post create --post_title='Welcome to Playground' /wordpress/wp-content/postcontent.md"
2525
}
2626
]
2727
}

0 commit comments

Comments
 (0)