Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

vc ls has a wrong output #66

@keachi

Description

@keachi

Summary

If showing multiple secrets with vc ls -r somedir it will show wrong secret paths by deleting the slash between somedir and the rest of the path.

Actual behaviour

$ vc ls -r somedir
somedirsecret1
somedirsecret2
somedirsecret3
$ vc ls -r somedir/
somedir/secret1
somedir/secret2
somedir/secret3

Expected behaviour

$ vc ls -r somedir
somedir/secret1
somedir/secret2
somedir/secret3
$ vc ls -r somedir/
somedir/secret1
somedir/secret2
somedir/secret3

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions