sct/lib/sct/tools.rb in sct-1.1.0 vs sct/lib/sct/tools.rb in sct-1.1.1
- old
+ new
@@ -1,8 +1,9 @@
module Sct
TOOLS = [
:sct,
- :cluster
+ :cluster,
+ :henk
]
# a list of all the config files we currently expect
TOOL_CONFIG_FILES = []
end