lib/yk_command/project/setup/ConfigureSwift.rb in yk_command-0.5.7 vs lib/yk_command/project/setup/ConfigureSwift.rb in yk_command-0.5.8
- old
+ new
@@ -8,10 +8,12 @@
end
def initialize(options)
@configurator = options.fetch(:configurator)
+ $current_dir = @configurator.temp_path
end
+
def perform
# keep_demo = configurator.ask_with_answers("Would you like to include a demo application with your library", ["Yes", "No"]).to_sym
keep_demo = :yes