Skip to content

Commit 3c04fa3

Browse files
committed
Rename a langs flag
1 parent b898577 commit 3c04fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rust_langs_cli_executor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module RustLangsCliExecutor
88
def self.prepare_submission(clone_path, output_path, submission_path, extra_params = {}, config = {})
99
command = "#{self.langs_executable_path}/current prepare-submission --clone-path '#{clone_path}' --output-path '#{output_path}' --submission-path '#{submission_path}'"
1010
command = command + ' --no-archive-prefix' if config[:no_archive_prefix]
11-
command = command + " --stub-zip-path '#{config[:tests_from_stub]}'" if !!config[:tests_from_stub]
11+
command = command + " --stub-archive-path '#{config[:tests_from_stub]}'" if !!config[:tests_from_stub]
1212
command = command + " --output-format '#{config[:format]}'" if !!config[:format]
1313
extra_params.each do |k, v|
1414
command = command + " --tmc-param '#{k}=#{v}'" unless v.nil?

0 commit comments

Comments
 (0)