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

Test if installation is successful fails #452

Closed
dlbbld opened this issue Oct 3, 2024 · 1 comment · Fixed by #453
Closed

Test if installation is successful fails #452

dlbbld opened this issue Oct 3, 2024 · 1 comment · Fixed by #453

Comments

@dlbbld
Copy link

dlbbld commented Oct 3, 2024

The "How to install" states:

# works for macOS, linux, and even on windows in git bash
curl -sL install.mob.sh | sh

The installation on windows in git bash seems to be successful, but the test reports the contrary:

$ curl -sL install.mob.sh | sh
installing latest 'mob' release from GitHub to C:/Users/johndoe/bin...
Mob binary location: /c/Users/johndoe/bin/mob
Mob binary version: v5.3.1
(!) The installation location doesn't match the location of the mob binary.
    This means that the binary that's used is not the binary that has just been installed
    You probably want to delete the binary at /c/Users/johndoe/bin/mob

It states the installation was not successful (but should report success as it seems):

    This means that the binary that's used is not the binary that has just been installed
$ mob --version
v5.3.1
@dlbbld
Copy link
Author

dlbbld commented Oct 11, 2024

Thanks for addressing this, the installation check works now.

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

Successfully merging a pull request may close this issue.

2 participants