Skip to content

Commit

Permalink
Merge pull request #760 from linsword13/deployment
Browse files Browse the repository at this point in the history
Make deployment-path as required for `ramble deployment pull`
  • Loading branch information
douglasjacobsen authored Nov 10, 2024
2 parents 5125d54 + 27a32ab commit 1d61c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ramble/ramble/cmd/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import spack.util.url as surl

import ramble.cmd
import ramble.cmd.common.arguments
import ramble.cmd.common.arguments as arguments

import ramble.fetch_strategy
Expand Down Expand Up @@ -102,6 +101,7 @@ def deployment_pull_setup_parser(subparser):
"-p",
dest="deployment_path",
help="Path to deployment that should be pulled",
required=True,
)


Expand Down

0 comments on commit 1d61c53

Please sign in to comment.