소스 검색
Fixed prod-all upgrades being broken
tags/v0.0.1
No known key found for this signature in database
GPG 키 ID: E80B35A6F11C3656
1개의 변경된 파일과
2개의 추가작업 그리고
0개의 파일을 삭제
-
constants.js
|
|
|
@@ -240,6 +240,8 @@ function createProdAllUpgrades() { |
|
|
|
prefix + (counter - 1) |
|
|
|
]; |
|
|
|
} |
|
|
|
|
|
|
|
counter += 1; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|