lib/terraspace/command.rb in terraspace-1.1.1 vs lib/terraspace/command.rb in terraspace-1.1.2
- old
+ new
@@ -28,10 +28,10 @@
class Command < Thor
class << self
include Terraspace::Util::Logging
def dispatch(m, args, options, config)
- # Terraspace.argv provides consistency when terraspace is being called by rspec-terrspace test harness
+ # Terraspace.argv provides consistency when terraspace is being called by rspec-terraspace test harness
Terraspace.argv = args.clone # important to clone since Thor removes the first argv
check_standalone_install!
check_project!(args.first)