Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The example in README does not work #4

Closed
tkf opened this issue Dec 26, 2011 · 1 comment
Closed

The example in README does not work #4

tkf opened this issue Dec 26, 2011 · 1 comment

Comments

@tkf
Copy link

tkf commented Dec 26, 2011

(dz-defservice my-static "python"
                         :args '("-m" "SimpleHTTPServer" "7878")
                         :cd "/home/you/your-awesome-project/static")

raises an error dz-comint-pop: Symbol's value as variable is void: quote.

The following code works (no quote in args parameter):

(dz-defservice my-static "python"
                         :args ("-m" "SimpleHTTPServer" "7878")
                         :cd "/home/you/your-awesome-project/static")
@davidmiller
Copy link
Owner

Thanks for pointing this out :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants