-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parameterize Mayhem URL to ensure mAPI CLI matches Mayhem platform #534
Conversation
Note to self: Will probably want to update the |
src/main.ts
Outdated
@@ -21,7 +21,7 @@ async function mapiCLI(): Promise<string> { | |||
} | |||
|
|||
// Get latest version from API | |||
let cliVersion = 'latest' | |||
// let cliVersion = 'latest' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that'd work if multiple revisions were available for each instance. (there aren't)
what if you made a mayhem-url
parameter instead and parameterized the string on Line 45?
Actually URL needs to be updated here as well |
This is resolved with 57e16de. |
👍 please update the PR title and description before merging + fix action errors |
No description provided.