X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fscripts%2Fosm.py;h=c73be1f1d4dce2c74bf8bf93c6ed2024861c5554;hb=88465c2c0835ae1cbd827af71d94f985c096a5ea;hp=507df023a2ac066edc583b366fe6ec37fb91c8f4;hpb=6192944219fe337a1e339c50452e427aec2bb76c;p=osm%2Fosmclient.git diff --git a/osmclient/scripts/osm.py b/osmclient/scripts/osm.py index 507df02..c73be1f 100755 --- a/osmclient/scripts/osm.py +++ b/osmclient/scripts/osm.py @@ -3572,7 +3572,7 @@ def wim_show(ctx, name): check_client_version(ctx.obj, ctx.command.name) resp = ctx.obj.wim.get(name) if "password" in resp: - resp["wim_password"] = "********" + resp["password"] = "********" # except ClientException as e: # print(str(e)) # exit(1)