Skip to content

Commit

Permalink
0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 committed Sep 24, 2021
1 parent c5e9e3b commit b3a1d0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/cml/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ exports.builder = (yargs) =>
},
cloudSshPrivate: {
type: 'string',
coerce: (val) => val.replace(/\n/g, '\\n'),
coerce: (val) => val && val.replace(/\n/g, '\\n'),
description:
'Custom private RSA SSH key. If not provided an automatically generated throwaway key will be used'
},
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dvcorg/cml",
"version": "0.7.3",
"version": "0.7.4",
"author": {
"name": "DVC",
"url": "http://cml.dev"
Expand Down

4 comments on commit b3a1d0a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.