Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
c38af9b4
Commit
c38af9b4
authored
Sep 03, 2021
by
Eric Timmons
Browse files
Remove a FORMAT T that slipped in
parent
ebf9cdf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
clpm/sources/vcs.lisp
View file @
c38af9b4
...
...
@@ -61,7 +61,6 @@ source using VCS-SOURCE-REGISTER_PROJECT!."))
(
defmethod
make-source
((
type
(
eql
'vcs-source
))
&key
repo
project-name
)
(
let*
((
repo-object
(
make-repo-from-description
repo
))
(
name
(
repo-to-form
repo-object
)))
(
format
t
"~S~%"
project-name
)
(
with-clpm-session
(
:key
`
(
make-source
,
type
,
name
))
(
make-instance
type
:name
name
:project-name
project-name
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment