mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-17 06:11:35 +01:00
Fix typo
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
82eeddf800
commit
98494fa455
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class Repo(object):
|
|||
default_dict_repo[line.split()[0]] = line.split()[1]
|
||||
else:
|
||||
print("\nslpkg: Error: Repository name '{0}' is not "
|
||||
"default name.\n Please check file: "
|
||||
"default.\n Please check file: "
|
||||
"/etc/slpkg/default-repositories\n".format(
|
||||
line.split()[0]))
|
||||
raise SystemExit()
|
||||
|
|
Loading…
Reference in a new issue