This repository was archived by the owner on Apr 11, 2023. It is now read-only.
Changed environment variable to no longer use ~ - #19
Merged
Conversation
AppData isn't necessarily a directory underneath $Home in some environments. Changed to use the DirectoryInfo.DirectoryName instead and reverse the slashes.
Member
|
Seems legit. I'll let @paulcbetts give it a once-over before we merge it in... |
Contributor
|
Strip the unrelated formatting changes and I'm in. |
This reverts commit 4c6c2c4.
AppData isn't necessarily a directory underneath $Home in some environments. Changed to use DirectoryInfo.DirectoryName instead and reverse the slashes. Also fixed extraneous formatting caused by Visual Studio :-)
Contributor
Author
|
Oops - sorry; I have visual studio configured to do auto-formatting for work stuff :) Updated with the new formatting changes. Was just easier to revert and update with subl so that's the route I took. Hopefully no issues now! |
anaisbetts
pushed a commit
that referenced
this pull request
Sep 16, 2014
Changed environment variable to no longer use ~
Contributor
|
@ShadowWolf Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
AppData isn't necessarily a directory underneath $Home in some
environments. Changed to use the DirectoryInfo.DirectoryName instead and
reverse the slashes.
Should fix #18