Merge pull request #4916 from pfaffman/patch-1
Typo: I've been staring at this thing starting for weeks
This commit is contained in:
commit
33e3746d4d
|
@ -51,7 +51,7 @@ Discourse::Application.configure do
|
||||||
|
|
||||||
require 'stylesheet/watcher'
|
require 'stylesheet/watcher'
|
||||||
if defined? Puma
|
if defined? Puma
|
||||||
STDERR.puts "Staring CSS change watcher"
|
STDERR.puts "Starting CSS change watcher"
|
||||||
@watcher = Stylesheet::Watcher.watch
|
@watcher = Stylesheet::Watcher.watch
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue