diff --git a/src/rockstor/system/pkg_mgmt.py b/src/rockstor/system/pkg_mgmt.py index be42459be..7496477fa 100644 --- a/src/rockstor/system/pkg_mgmt.py +++ b/src/rockstor/system/pkg_mgmt.py @@ -70,7 +70,7 @@ def auto_update(enable=True): tfo.write(line) if not updated: raise Exception( - "apply_updates directive missing in {}, assuming its " + "apply_updates directive missing in {}, assuming it " "is corrupt. No change made.".format(YCFILE) ) shutil.move(npath, YCFILE)