Skip to content

Commit

Permalink
refactor!: changed type of Plugin field location to Path
Browse files Browse the repository at this point in the history
FossilOrigin-Name: e8c36c7b989ee40c93fab14799fc6fe519df12107470ea9d23d4f73356608c9d
  • Loading branch information
thindil committed Feb 7, 2024
1 parent a79734d commit 1169463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ type
## * enabled - if true, the plugin is enabled
## * preCommand - if true, the plugin is executed before the user's command
## * postCommand - fi true, the plugin is executed after the user's command
location*: string
location*: Path
enabled*: bool
preCommand*: bool
postCommand*: bool
Expand Down

0 comments on commit 1169463

Please sign in to comment.