-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(GH-164) Fix "The path is not of a legal form"
When file_system.get_full_path is passed an empty string resulting from grabbing the directory name, it would throw the error above. Instead, allow it to return immediately, then use the current directory instead. This usually happens when calling `choco pack some.nuspec`.
- Loading branch information
1 parent
91dc3f9
commit f810e18
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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