Skip to content

Commit

Permalink
Merge pull request #838 from koenmetsu/koenmetsu-fix-typo
Browse files Browse the repository at this point in the history
Fix typo/language
  • Loading branch information
forki committed May 22, 2015
2 parents 50be2b3 + b11b045 commit 41e3f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Paket.Core/PackageProcess.fs
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ let Pack(dependencies : DependenciesFile, packageOutputPath, buildConfig, versio
|> NuGetV2.fixDatesInArchive
verbosefn "Packed: %s" templateFile.FileName
| IncompleteTemplate ->
failwithf "There was an trial to pack incomplete template file %s." templateFile.FileName
failwithf "There was an attempt to pack incomplete template file %s." templateFile.FileName
})
|> Async.Parallel
|> Async.RunSynchronously
|> ignore
|> ignore

0 comments on commit 41e3f08

Please sign in to comment.