fix: case inter recipe not found
Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
parent
cb773ab3ec
commit
bdb17de9c3
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ fn get_key_cache(country: String, version: String, is_patch: bool, retry_cnt: i3
|
|||
}
|
||||
3 => {
|
||||
// do checkout
|
||||
format!("{country}/coffeethai02_{country}_{version}.json")
|
||||
format!("{country}/coffeethai02_{version}_{country}.json")
|
||||
}
|
||||
4 => {
|
||||
// do checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue