Skip to content

Commit d3f9c63

Browse files
committed
fix typo in update cagefs actor
1 parent 60d2679 commit d3f9c63

File tree

1 file changed

+1
-2
lines changed
  • repos/system_upgrade/cloudlinux/actors/updatecagefs

1 file changed

+1
-2
lines changed

repos/system_upgrade/cloudlinux/actors/updatecagefs/actor.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ def process(self):
2828
except CalledProcessError as e:
2929
# cagefsctl prints errors in stdout
3030
self.log.error(e.stdout)
31-
self.log.error
32-
(
31+
self.log.error(
3332
'Command "cagefsctl --force-update" finished with exit code {}, '
3433
'the filesystem inside cagefs may be out-of-date.\n'
3534
'Check cagefsctl output above and in /var/log/cagefs-update.log, '

0 commit comments

Comments
 (0)