Skip to content

Commit

Permalink
Merge pull request #17 from kkotaro0111/fix/template_url_in_readme
Browse files Browse the repository at this point in the history
Fix: default template url #15
  • Loading branch information
miya0001 committed Sep 13, 2018
2 parents e76e72c + 07656d5 commit c248a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ wp package install vccw-team/wp-cli-scaffold-movefile
You can customize a default template of the movefile.yml.

```
$ curl -o ~/.wp-cli/movefile.mustache https://github.com/vccw-team/wp-cli-scaffold-movefile/blob/master/templates/movefile.mustache
$ curl -o ~/.wp-cli/movefile.mustache https://raw.githubusercontent.com/vccw-team/wp-cli-scaffold-movefile/master/src/templates/movefile.mustache
```

Then edit `~/.wp-cli/movefile.mustache`.
Expand Down

0 comments on commit c248a57

Please sign in to comment.