Skip to content

Commit

Permalink
Change installer keep property to boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed Jan 4, 2018
1 parent 447ccf9 commit 5308c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bucket/cygwin.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"--root $dir\\root",
"--site https://mirrors.kernel.org/sourceware/cygwin/"
],
"keep": "true"
"keep": true
},
"notes": "To start a Cygwin shell, type \"cygwin\"",
"persist": [
Expand Down
2 changes: 1 addition & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"type": "string"
},
"keep": {
"type": "string"
"type": "boolean"
}
},
"type": "object"
Expand Down

0 comments on commit 5308c9b

Please sign in to comment.