update and cleanup repo
This commit is contained in:
@@ -390,7 +390,7 @@ class SCP(Provider):
|
||||
table.set_table("scp")
|
||||
try:
|
||||
table.set_table_metadata({
|
||||
"provider": "scp",
|
||||
"plugin": "scp",
|
||||
"instance": instance_name or None,
|
||||
"host": settings.get("host"),
|
||||
"path": target_path,
|
||||
@@ -958,7 +958,7 @@ class SCP(Provider):
|
||||
parent = posixpath.dirname(scp_path.rstrip("/")) or "/"
|
||||
instance_name = str(settings.get("instance") or "").strip()
|
||||
metadata = {
|
||||
"provider": "scp",
|
||||
"plugin": "scp",
|
||||
"instance": instance_name or None,
|
||||
"host": settings.get("host"),
|
||||
"scp_path": scp_path,
|
||||
|
||||
Reference in New Issue
Block a user