blob: db406cff4d59eaf2f2085b5f4cb678268f5ff511 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/guardian/watcher.cr b/src/guardian/watcher.cr
index b0ff883..42ee5d5 100644
--- a/src/guardian/watcher.cr
+++ b/src/guardian/watcher.cr
@@ -35,7 +35,7 @@ module Guardian
end
def start_watching
- puts "💂 #{"Guardian is on duty!".colorize(:green)}"
+ puts "Guardian is on duty!".colorize :green
loop do
watch_changes
watch_newfiles
|