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

Accommodate SSH URLs (Issue #87) #89

Merged
merged 1 commit into from
Jan 5, 2022
Merged

Accommodate SSH URLs (Issue #87) #89

merged 1 commit into from
Jan 5, 2022

Conversation

JoshDavid
Copy link
Contributor

No description provided.

@JoshDavid
Copy link
Contributor Author

2 other functions I looked into, but ultimately no change was needed:

  1. GetBuildID
    ↑⎕NPARTS of URL is taken.
    This should work fine as is.

  2. GetPackageVersions
    v←{↑⌽⍵⊂⍨⍵≠'/'}¨r.StdOut
    Since this works on the StdOut of a git command, we can count on that to be of the form
    /.../... etc. No change needed here either.

@PaulMansour PaulMansour merged commit a75ab2c into the-carlisle-group:master Jan 5, 2022
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

Successfully merging this pull request may close these issues.

2 participants