Skip to content

Commit

Permalink
Corrected typo in message
Browse files Browse the repository at this point in the history
  • Loading branch information
dazinator committed Dec 13, 2015
1 parent 45b3eb0 commit b812968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DnnPackager/DnnPackager.csproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<ProjectView>ShowAllFiles</ProjectView>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<StartArguments>build --envdteversion "14.0" --processid 5712 --configuration "Debug" --name "DnnPackager.TestModule" --websitename "DotNetNuke" --attach</StartArguments>
<StartArguments>build --envdteversion 14.0 --processid 5712 --configuration Debug --name DnnPackager.TestModule --websitename DotNetNuke --attach</StartArguments>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/DnnPackager/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static int Main(string[] args)

if (!parsed)
{
LogInfo("Could now parse arguments: ");
LogInfo("Could not parse arguments: ");
// write args
foreach (var item in args)
{
Expand Down

2 comments on commit b812968

@dazinator
Copy link
Owner Author

Choose a reason for hiding this comment

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

TeamCity DnnPackager :: Continuos Build 49 is now running

@dazinator
Copy link
Owner Author

Choose a reason for hiding this comment

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

TeamCity DnnPackager :: Continuos Build 1.1.0-unstable.29 outcome was SUCCESS
Summary: Running Build time: 00:00:07

Please sign in to comment.