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

Updated message when paket.dependencies cannot be found #1519

Merged
merged 2 commits into from
Mar 16, 2016
Merged

Updated message when paket.dependencies cannot be found #1519

merged 2 commits into from
Mar 16, 2016

Conversation

philcleveland
Copy link
Contributor

The new message would look like:

"Could not find 'paket.dependencies'. To use Paket with this solution, please run 'paket init' first.
If you have already run 'packet.init' then ensure that 'paket.dependencies' is located in the source directory.
Like this:
MySourceDir
.paket
paket.dependencies"

@@ -45,7 45,7 @@ type Dependencies(dependenciesFileName: string) =
match parent with
| null ->
if withError then
failwithf "Could not find '%s'. To use Paket with this solution, please run 'paket init' first." Constants.DependenciesFileName
failwithf "Could not find '%s'. To use Paket with this solution, please run 'paket init' first.\nIf you have already run 'packet.init' then ensure that '%s' is located in the source directory.\nLike this:\nMySourceDir\n .paket\n paket.dependencies" Constants.DependenciesFileName Constants.DependenciesFileName
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's "paket" not "packet". Sorry ;-)

@philcleveland
Copy link
Contributor Author

Oops. Spelling habits. Should be fixed now.

forki added a commit that referenced this pull request Mar 16, 2016
Updated message when paket.dependencies cannot be found
@forki forki merged commit 7bb1718 into fsprojects:master Mar 16, 2016
@forki
Copy link
Member

forki commented Mar 16, 2016

thanks

thanks

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

Successfully merging this pull request may close these issues.

None yet

2 participants