Fix a typo
This commit is contained in:
parent
07f67f3baf
commit
ae0b4ac628
|
|
@ -235,7 +235,7 @@ class OstbuildCompileOne(builtins.Builtin):
|
|||
|
||||
endtime = time.time()
|
||||
|
||||
log("Compliation succeeded; %d seconds elapsed" % (int(endtime - starttime),))
|
||||
log("Compilation succeeded; %d seconds elapsed" % (int(endtime - starttime),))
|
||||
log("Results placed in %s" % (self.ostbuild_resultdir, ))
|
||||
|
||||
def _install_and_unlink(self, src, dest):
|
||||
|
|
|
|||
Loading…
Reference in New Issue