Skip to content
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

Need to update the generated ./octoshift to octoshift in generate-script command #98

Closed
bryantson opened this issue Nov 6, 2021 · 1 comment

Comments

@bryantson
Copy link

When the following command runs:

octoshift generate-script --github-org <Your GitHub Organization> --ado-org <Your ADO organization> --output migrate.sh

This will generate a file called migrate.sh which starts with ./octoshift. However, this should be just octoshift. Otherwise, it will just look at the current path for octoshift CLI tool.

@bryantson bryantson changed the title Need to update the generated './octoshift to 'octoshift in generate-script command Need to update the generated ./octoshift to octoshift in generate-script command Nov 6, 2021
@dylan-smith
Copy link
Collaborator

This comes down to what we expect to be most common, the user has octoshift in the PATH (in which case we should do what you suggest), or the user has octoshift in the current dir (in which case we want the ./).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants