Explorar el Código

feat: add before hook

Mark24 hace 2 años
padre
commit
3536854343
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      os/LinuxDistro.rb

+ 1 - 2
os/LinuxDistro.rb

@@ -11,8 +11,7 @@ module RimeDeploy
 
     class CheckInstallRimeJob < Job
       def call
-        puts intro
-        puts "Different Linux has it's own package manager. So make sure you had installed Rime before."
+        puts @title
         tips = <<-TIP
 Different Linux has it's own package manager. So make sure you had installed Rime before.