Skip to content

Commit

Permalink
fix jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Apr 23, 2024
1 parent 9157634 commit f3a389b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
cwd "#{node['cluster']['sources_dir']}"
code <<-JWT
set -e
aws s3 cp https://hgreebe-dependencies.s3.amazonaws.com/archives/dependencies/jwt/v#{jwt_version}.tar.gz #{jwt_tarball}
aws s3 cp s3://hgreebe-dependencies/archives/dependencies/jwt/v#{jwt_version}.tar.gz #{jwt_tarball}
JWT
end

Expand Down

0 comments on commit f3a389b

Please sign in to comment.