Skip to content

Commit

Permalink
Change "target" to "file" (#207)
Browse files Browse the repository at this point in the history
The open_file command expects "file".
  • Loading branch information
calculuswhiz authored and FichteFoll committed Jan 15, 2019
1 parent a13afa6 commit 554aed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins_/new_resource_file/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
{ "caption": "README",
"command": "open_file",
"args": {
"target": "\${packages}/$1/README.md"
"file": "\${packages}/$1/README.md"
}
},
{ "caption": "-" },
Expand Down

0 comments on commit 554aed9

Please sign in to comment.