[skip ci] fix typo
This commit is contained in:
parent
fbcdddf031
commit
90086e9c80
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ fun Prov.configureGopass(gopassRootFolder: String? = null, publicGpgKey: Secret?
|
|||
|
||||
|
||||
fun Prov.gopassMountStore(storeName: String, path: String) = taskWithResult {
|
||||
val mounts = cmdNoEval("gopass mounts").out ?: return@taskWithResult ProvResult(false, err = "could not determin gopass mounts")
|
||||
val mounts = cmdNoEval("gopass mounts").out ?: return@taskWithResult ProvResult(false, err = "could not determine gopass mounts")
|
||||
if (mounts.contains(storeName)) {
|
||||
ProvResult(true, out = "Store $storeName already mounted.")
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue