Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Changed environment variable to no longer use ~ #19

Merged
merged 3 commits into from
Sep 16, 2014

Conversation

ShadowWolf
Copy link
Contributor

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

AppData isn't necessarily a directory underneath $Home in some
environments. Changed to use the DirectoryInfo.DirectoryName instead and
reverse the slashes.
@shiftkey
Copy link
Member

Seems legit. I'll let @paulcbetts give it a once-over before we merge it in...

@anaisbetts
Copy link
Contributor

Strip the unrelated formatting changes and I'm in.

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 :-)
@ShadowWolf
Copy link
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 ~
@anaisbetts anaisbetts merged commit ac49d54 into github:master Sep 16, 2014
@anaisbetts
Copy link
Contributor

@ShadowWolf Thanks!

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

Successfully merging this pull request may close these issues.

AppData isn't always located off ~
3 participants