Skip to content

Commit

Permalink
(GH-202) Fix formatting on Noop logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Mar 29, 2015
1 parent 0b4cc0e commit b227b35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void noop_action(PackageResult packageResult, CommandNameType command)
var chocoInstall = installScript.FirstOrDefault();

this.Log().Info("Would have run '{0}':".format_with(chocoInstall));
this.Log().Warn(_fileSystem.read_file(chocoInstall));
this.Log().Warn(_fileSystem.read_file(chocoInstall).escape_curly_braces());
}
}

Expand Down

0 comments on commit b227b35

Please sign in to comment.