Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Fix errors being thrown #96

Merged
merged 4 commits into from
Oct 10, 2019
Merged

Fix errors being thrown #96

merged 4 commits into from
Oct 10, 2019

Conversation

bobhenkel
Copy link
Contributor

@bobhenkel bobhenkel commented Oct 9, 2019

When running ./generate-machines-manifest.sh I'm seeing this error. This change appears to fix that issue.

generate-machines-manifest.js:4
const input = std.param.String("instances", "instances.json");
                        ^
TypeError: Cannot read property 'String' of undefined
    at generate-machines-manifest.js:4:25

Fixes #98.

generate-machines-manifest.js:4
const input = std.param.String("instances", "instances.json");
                        ^
TypeError: Cannot read property 'String' of undefined
    at generate-machines-manifest.js:4:25
Copy link
Contributor

@fbarl fbarl left a comment

Choose a reason for hiding this comment

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

Good catch @bobhenkel!

The changes you made didn't quite do the job for me, but applying the changes I suggested on top me it good again.

Please address them and then I'll approve 👍

examples/gce/generate-machines-manifest.js Outdated Show resolved Hide resolved
examples/gce/generate-machines-manifest.js Outdated Show resolved Hide resolved
bobhenkel and others added 2 commits October 10, 2019 13:54
Co-Authored-By: Filip Barl <filip.barl@gmail.com>
Co-Authored-By: Filip Barl <filip.barl@gmail.com>
Copy link
Contributor Author

@bobhenkel bobhenkel left a comment

Choose a reason for hiding this comment

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

Recommended changes applied. Thanks!

Copy link
Contributor

@fbarl fbarl left a comment

Choose a reason for hiding this comment

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

Thanks for the snappy update, LGTM!

@fbarl fbarl merged commit 744553f into weaveworks:master Oct 10, 2019
D3nn pushed a commit that referenced this pull request May 8, 2020
Fix errors being thrown
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

generate-machines-manifest.js is throwing an error when executing ./generate-machines-manifest.sh
2 participants