forked from Mirror/pmbootstrap
pmb.build.checksum: rename .check() to .update()
Rename the function to .update(), so it is clear what it does, and it is clear what the difference to .verify() in the same file is.
This commit is contained in:
parent
b4c301974e
commit
0431a51932
3 changed files with 3 additions and 3 deletions
|
@ -122,7 +122,7 @@ def checksum(args):
|
|||
if args.verify:
|
||||
pmb.build.checksum.verify(args, package)
|
||||
else:
|
||||
pmb.build.checksum.check(args, package)
|
||||
pmb.build.checksum.update(args, package)
|
||||
|
||||
|
||||
def chroot(args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue