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

Error running joe -u on windows #88

Open
peterept opened this issue Feb 16, 2017 · 1 comment
Open

Error running joe -u on windows #88

peterept opened this issue Feb 16, 2017 · 1 comment

Comments

@peterept
Copy link

C:\Work\Project>joe u
Updating gitignore files..
2017/02/16 16:22:20 open /tmp/master.zip: The system cannot find the path specified.

The reason is the my (and most) windows machines do not have a /tmp folder.
Easy enough to work around (by creating the c:\tmp folder).
But, a fix would be to change any hard coded references to /tmp to use os.TempDir() so it finds the correct temp folder for the O/S.

Thanks for such a great tool.

@jacekmusial
Copy link

I have opened pull request for that.
#102

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