Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
fix log message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Zuercher committed Oct 14, 2011
1 parent 98d03dd commit b38bec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/twitter/sbt/CompileThriftRuby.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trait CompileThriftRuby extends CompileThrift {
if (autoCompileThriftEnabled) {
compileThriftRuby.run
} else {
log.info("%s: not auto-compiling thrift-ruby; you may need to run compile-thrift-java manually".format(name))
log.info("%s: not auto-compiling thrift-ruby; you may need to run compile-thrift-ruby manually".format(name))
None
}
}
Expand Down

0 comments on commit b38bec1

Please sign in to comment.