No args in keter.yml

This commit is contained in:
Michael Snoyman 2014-12-16 10:14:44 +02:00
parent 4b1758e3e3
commit d28b6eae3f
8 changed files with 11 additions and 13 deletions

View File

@ -1,3 +1,7 @@
## 1.4.1.2
No args passed in keter.yml
## 1.4.1
Significant update to the scaffolding.

View File

@ -798,8 +798,7 @@ stanzas:
exec: ../dist/build/PROJECTNAME/PROJECTNAME
# Command line options passed to your application.
args:
- production
args: []
hosts:
# You can specify one or more hostnames for your application to respond

View File

@ -810,8 +810,7 @@ stanzas:
exec: ../dist/build/PROJECTNAME/PROJECTNAME
# Command line options passed to your application.
args:
- production
args: []
hosts:
# You can specify one or more hostnames for your application to respond

View File

@ -870,8 +870,7 @@ stanzas:
exec: ../dist/build/PROJECTNAME/PROJECTNAME
# Command line options passed to your application.
args:
- production
args: []
hosts:
# You can specify one or more hostnames for your application to respond

View File

@ -810,8 +810,7 @@ stanzas:
exec: ../dist/build/PROJECTNAME/PROJECTNAME
# Command line options passed to your application.
args:
- production
args: []
hosts:
# You can specify one or more hostnames for your application to respond

View File

@ -718,8 +718,7 @@ stanzas:
exec: ../dist/build/PROJECTNAME/PROJECTNAME
# Command line options passed to your application.
args:
- production
args: []
hosts:
# You can specify one or more hostnames for your application to respond

View File

@ -810,8 +810,7 @@ stanzas:
exec: ../dist/build/PROJECTNAME/PROJECTNAME
# Command line options passed to your application.
args:
- production
args: []
hosts:
# You can specify one or more hostnames for your application to respond

View File

@ -1,5 +1,5 @@
name: yesod-bin
version: 1.4.1.1
version: 1.4.1.2
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>