From 8e3ede8ff41e9a57a826bf0e15dc32f2a7e86f58 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Tue, 1 Feb 2022 17:35:53 +0100 Subject: [PATCH] Update src/Literate.jl --- src/Literate.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Literate.jl b/src/Literate.jl index 460a888..31537ba 100644 --- a/src/Literate.jl +++ b/src/Literate.jl @@ -123,7 +123,7 @@ function parse(content; allow_continued = true) end function replace_default(content, sym; - config::AbstractDict, + config::Dict, branch = "gh-pages", commit = "master" )