Skip to content

Commit

Permalink
Fix: default template url vccw-team#15
Browse files Browse the repository at this point in the history
  • Loading branch information
kkotaro0111 committed Mar 17, 2018
1 parent e76e72c commit 07656d5
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 07656d5

Please sign in to comment.