Skip to content

Commit 6ec8e02

Browse files
committed
Syntax fix
1 parent b05cfc5 commit 6ec8e02

File tree

1 file changed

+1
-1
lines changed
  • cookbooks/travis_ci_ubuntu_2204/attributes

1 file changed

+1
-1
lines changed

cookbooks/travis_ci_ubuntu_2204/attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
override['travis_build_environment']['cmake']['download_url'] = ::File.join(
8585
'https://cmake.org/files',
8686
"v#{node['travis_build_environment']['cmake']['version'].split('.')[0, 2].join('.')}",
87-
"cmake-#{node['travis_build_environment']['cmake']['version']}-Linux-x86_64.tar.gz"
87+
"cmake-#{node['travis_build_environment']['cmake']['version']}-linux-x86_64.tar.gz"
8888
)
8989

9090
override['travis_build_environment']['nodejs_versions'] = %w[

0 commit comments

Comments
 (0)