Fixes
This commit is contained in:
@@ -370,7 +370,7 @@ class DBase
|
||||
end
|
||||
|
||||
def set_project_address(prj_id, address)
|
||||
ProjectsProjects.where(proj_id: prj_id.to_i).update(remote_address: address)
|
||||
Projects.where(id: prj_id.to_i).update(remote_address: address)
|
||||
end
|
||||
|
||||
def get_gits()
|
||||
|
||||
Reference in New Issue
Block a user