Skip to content

Commit bdcaaaa

Browse files
committed
Test upgrade slurm version
1 parent d13b2b9 commit bdcaaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-slurm/recipes/install/install_slurm.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"slurm-#{slurm_version}"
3131
end
3232
slurm_tarball = "#{node['cluster']['sources_dir']}/#{slurm_tar_name}.tar.gz"
33-
slurm_url = "https://github.com/SchedMD/slurm/archive/slurm-#{slurm_tar_name}.tar.gz"
33+
slurm_url = "https://github.com/SchedMD/slurm/archive/#{slurm_tar_name}.tar.gz"
3434
slurm_sha256 = if slurm_branch.empty?
3535
node['cluster']['slurm']['sha256']
3636
end

0 commit comments

Comments
 (0)