Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
idimov-keeper committed Oct 28, 2024
1 parent 1962943 commit ca8b0fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ fun getNotationResults(options: SecretsManagerOptions, notation: String): List<S
val selector = parsedNotation[2].text?.first ?: // type|title|notes or file|field|custom_field
throw Exception("Invalid notation '$notation'")
val recordToken = parsedNotation[1].text?.first ?: // UID or Title
throw Exception("Invalid notation $'notation'")
throw Exception("Invalid notation '$notation'")

// to minimize traffic - if it looks like a Record UID try to pull a single record
var records = listOf<KeeperRecord>()
Expand Down

0 comments on commit ca8b0fe

Please sign in to comment.