Skip to content

Instantly share code, notes, and snippets.

@derekgreer
Created July 5, 2011 14:59
Show Gist options
  • Save derekgreer/1065000 to your computer and use it in GitHub Desktop.
Save derekgreer/1065000 to your computer and use it in GitHub Desktop.
rake snippet
sh "#{WEB_PACKAGE_LOCATION}/#{PROJECT_NAME}.deploy.cmd /M:localhost /Y \"-skip:objectName=dirPath,skipAction=Delete,absolutePath=logs\""
@derekgreer
Copy link
Author

Produces:

Error: Unrecognized argument 'dirPath'. All arguments must begin with "-".
Error count: 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment