Skip to content

Commit

Permalink
allow skyline report names with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mriffle committed Aug 15, 2024
1 parent ff8ab4d commit 64aaced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/panorama.nf
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ process UPLOAD_FILE {
echo "Uploading ${file_to_upload} to Panorama..."
${exec_java_command(task.memory)} \
-u \
-f "${file_to_upload}" \
-f "${file_name}" \
-w "${web_dav_dir_url}" \
-k \$PANORAMA_API_KEY \
-c \
Expand Down

0 comments on commit 64aaced

Please sign in to comment.