You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
images/server: Simplify loop to detect repo file collision
There's a possibility of an infinite loop if the hashed repo name for
the url happens to exist at the destination. Therefore replace `while`
loop with basic `if` condition and skip the url altogether when hashed
repo name exists.
Signed-off-by: Anoop C S <[email protected]>
0 commit comments