Skip to content

Instantly share code, notes, and snippets.

@fbrubacher
Created November 8, 2012 23:24
Show Gist options
  • Save fbrubacher/4042572 to your computer and use it in GitHub Desktop.
Save fbrubacher/4042572 to your computer and use it in GitHub Desktop.
Modified src/main/clj/lemur/core.clj
diff --git a/src/main/clj/lemur/core.clj b/src/main/clj/lemur/core.clj
index 0d3f6b6..41805b5 100644
--- a/src/main/clj/lemur/core.clj
+++ b/src/main/clj/lemur/core.clj
@@ -476,7 +476,6 @@ calls launch - take action (upload files, start cluster, etc)
(if (map? step)
(let [estep (evaluating-step cluster step)]
(assoc (select-keys estep [:main-class :step-name])
- :args (step-args estep)
:step-jar (step-jar estep)))
step))
steps)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment