mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 10:58:21 +00:00
Correct function description of choseFolderEntry
This commit is contained in:
parent
9ea164200b
commit
c02b368c0d
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ func FolderToClipboard(cmd *cobra.Command, args []string) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// If more than one resource are selected, print an table an ask for selection of entry
|
// If more than one folders are selected, print an table an ask for selection of entry
|
||||||
func choseFolderEntry(folders *[]api.Folder) (*api.Folder, error) {
|
func choseFolderEntry(folders *[]api.Folder) (*api.Folder, error) {
|
||||||
if len(*folders) == 0 {
|
if len(*folders) == 0 {
|
||||||
return nil, fmt.Errorf("No folders to select!")
|
return nil, fmt.Errorf("No folders to select!")
|
||||||
|
|
Loading…
Add table
Reference in a new issue