Skip to content

Commit ea72cca

Browse files
author
SeventhQueen
authored
Variables.py indentation fix
This prevents ee comand to execute. High importance
1 parent 7e45cbf commit ea72cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/core/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class EEVariables():
9494
ee_nginx_repo = ("deb http://download.opensuse.org/repositories/home:"
9595
"/rtCamp:/EasyEngine/xUbuntu_16.04/ /")
9696
elif ee_platform_codename == 'bionic':
97-
ee_nginx_repo = ("deb http://download.opensuse.org/repositories/home:"
97+
ee_nginx_repo = ("deb http://download.opensuse.org/repositories/home:"
9898
"/rtCamp:/EasyEngine/xUbuntu_18.04/ /")
9999
elif ee_platform_codename == 'wheezy':
100100
ee_nginx_repo = ("deb http://download.opensuse.org/repositories/home:"

0 commit comments

Comments
 (0)