diff --git a/src/deployconfig.jl b/src/deployconfig.jl index 3692276934..a1400a7675 100644 --- a/src/deployconfig.jl +++ b/src/deployconfig.jl @@ -99,7 +99,6 @@ This method must be supported by configs that push with HTTPS, see function authenticated_repo_url end post_status(cfg::Union{DeployConfig,Nothing}; kwargs...) = nothing -post_status(; kwargs...) = post_status(auto_detect_deploy_system(); kwargs...) marker(x) = x ? "✔" : "✘"