lib/splash/cli/sequences.rb in prometheus-splash-0.6.1 vs lib/splash/cli/sequences.rb in prometheus-splash-0.7.0

- old
+ new

@@ -102,9 +102,11 @@ option :at, :type => :string option :in, :type => :string def schedule(sequence) options[:sequence] = sequence acase = run_as_root :schedule_seq, options + log = get_logger + log.info "Feature in development" splash_exit acase end end