Skip to content

Commit 1ef71b9

Browse files
committed
testing: fix snapshot API endpoint to point at s/6.x/6.2/
1 parent 3407099 commit 1ef71b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ namespace :artifact do
154154

155155
namespace :snapshot do
156156
catalog = JSON.parse(
157-
open('https://0ym978vhv1.execute-api.us-east-1.amazonaws.com/dev/branches/6.x').read
157+
open('https://0ym978vhv1.execute-api.us-east-1.amazonaws.com/dev/branches/6.2').read
158158
)['latest']
159159
ENV['snapshot_version'] = catalog['version']
160160

0 commit comments

Comments
 (0)