From 442dbafabae950213eb08338968c01b0ccff3aac Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 9 Aug 2024 12:08:15 -0400 Subject: [PATCH] FIX typo --- dhall/rofi-dev.dhall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhall/rofi-dev.dhall b/dhall/rofi-dev.dhall index 0fb7d4d..c70033e 100644 --- a/dhall/rofi-dev.dhall +++ b/dhall/rofi-dev.dhall @@ -47,7 +47,7 @@ let CIFSData = , default = { cifsSudo = False , cifsPassword = None PasswordConfig - , cifsOpts = CIFSOpts::{=} + , cifsOpts = Some CIFSOpts::{=} } }