Skip to content

Commit db23f2c

Browse files
authored
Update DEFAULT_STABLE_CUTTLEFISH_BUILD_INFO (#3976)
'DEFAULT_STABLE_CUTTLEFISH_BUILD_INFO' points to corrected gcs storage path.
1 parent 1333186 commit db23f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clusterfuzz/_internal/platforms/android/fetch_artifact.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444

4545
DEFAULT_STABLE_CUTTLEFISH_BUILD_INFO = (
46-
"gs://test-blobs-bucket/fuzzers/target-cuttlefish/stable_build_info.json")
46+
"gs://android-haiku/target-cuttlefish/stable_build_info.json")
4747

4848

4949
def execute_request_with_retries(request):

0 commit comments

Comments
 (0)