lib/vidar/config.rb in vidar-0.10.2 vs lib/vidar/config.rb in vidar-0.11.0

- old
+ new

@@ -7,9 +7,10 @@ default_branch: -> { "master" }, current_branch: -> { `git rev-parse --abbrev-ref HEAD`.strip.tr("/", "-") }, revision: -> { `git rev-parse HEAD`.strip }, revision_name: -> { `git show --pretty=format:"%s (%h)" -s HEAD`.strip }, kubectl_context: -> { `kubectl config current-context`.strip }, + shell_command: -> { "/bin/sh" }, console_command: -> { "bin/console" }, }.freeze class << self attr_reader :data