Closed menicosia closed 6 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/147649705
The labels on this github issue will be updated when the story is started.
thanks for letting us know :) I suppose the only work around I can think of is to create the the tempDir automatically, but that might have the unintended consequence of using a folder that the user did not intend to be used. I will close this issue for now, but if you disagree or can think of another pressing scenario that may increase the severity of this issue, please let us know.
This isn't serious, but I noticed that when calling
pivnet
from a script:/var/tmp/t/
(a directory which doesn't exist), thepivnet
CLI freaks outI can fix this either by not using the TMPDIR variable, or creating the directory before calling
pivnet login
, so this isn't an urgent issue for me, more of an FYI for you.