Skip to content

Commit

Permalink
Fixed missing semicolon in Inno dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
quajak authored May 4, 2019
1 parent 0bbab7c commit 051aea9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Cosmos.Build.Builder.Dependencies
{
internal class InnoSetupDependency : IDependency
{
private const string InnoSetupInstallerUrl = "http://www.jrsoftware.org/download.php/is.exe"
private const string InnoSetupInstallerUrl = "http://www.jrsoftware.org/download.php/is.exe";

public string Name => "Inno Setup";

Expand Down

0 comments on commit 051aea9

Please sign in to comment.