Skip to content

Commit 90ed27a

Browse files
committed
Add missing comma in toolshed/conda_create_for_pathfinder_testing.ps1
1 parent b079c84 commit 90ed27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolshed/conda_create_for_pathfinder_testing.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $cpkgs = @(
2020
"libcufftmp-dev",
2121
"libmathdx-dev",
2222
"libnvshmem3",
23-
"libnvshmem-dev"
23+
"libnvshmem-dev",
2424
"libnvpl-fft-dev"
2525
)
2626

0 commit comments

Comments
 (0)