Fix typo
This commit is contained in:
parent
dea1de93d8
commit
7b87bfa21d
|
@ -111,7 +111,7 @@ def skepo_delta_sync(src_img,full_mode=False):
|
|||
need_to_sync = filter_tag(src_img,src_tags)
|
||||
filtered_num = len(src_tags) - len(need_to_sync)
|
||||
|
||||
if 'latest' in src_tags and 'lastest' not in need_to_sync:
|
||||
if 'latest' in src_tags and 'latest' not in need_to_sync:
|
||||
need_to_sync.append('latest')
|
||||
|
||||
# print(src_img)
|
||||
|
@ -151,4 +151,4 @@ def main():
|
|||
|
||||
if __name__ == "__main__":
|
||||
# execute only if run as a script
|
||||
main()
|
||||
main()
|
||||
|
|
Loading…
Reference in New Issue