Skip to content

Commit

Permalink
Fix comments after line continuation introduced in the previous patch
Browse files Browse the repository at this point in the history
  • Loading branch information
cvaroqui committed Jul 14, 2019
1 parent 83271f4 commit 46dc6df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rcUpdatePkgLinux.py
Expand Up @@ -19,8 +19,8 @@ def update_rpm(fpath):
if os.path.exists('/etc/debian_version'):
update = update_deb
repo_subdir = "deb"
elif os.path.exists('/etc/SuSE-release') or \ #sles14-
os.path.exists('/etc/SUSE-brand') or \ # sles12+
elif os.path.exists('/etc/SuSE-release') or \
os.path.exists('/etc/SUSE-brand') or \
os.path.exists('/etc/redhat-release'):
repo_subdir = "rpms"
update = update_rpm
Expand Down

0 comments on commit 46dc6df

Please sign in to comment.