Commit 766aa3e8 authored by Eric Timmons's avatar Eric Timmons
Browse files

Fix lingering bug from the toml->sexp switch

parent ed0ce1ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -255,8 +255,8 @@ hostname or NIL."
      (gitlab-source
       (let* ((remote-config (find-remote-config (source/host source)))
              (method (if remote-config
                          (gethash :method remote-config "https")
                          "https"))
                          (gethash :method remote-config :https)
                          :https))
              (port (when remote-config
                      (gethash :port remote-config nil)))
              (path (vcs-project/path project))