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
d92df0cf
Commit
d92df0cf
authored
Oct 15, 2021
by
Eric Timmons
Browse files
Fix issue
#44
when calling from the client
parent
79326cae
Pipeline
#5091
failed with stages
in 21 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
clpm-client/install.lisp
View file @
d92df0cf
...
...
@@ -42,7 +42,7 @@ source registry is updated with the results."
:no-resolve
,
no-resolve
)
`
(
install
:projects
',
(
ensure-list
projects
)
:systems
',
(
ensure-list
systems
)
:asds
',
(
mapcar
#'
merge-pathnames
(
ensure-list
asds
))
:asds
',
(
mapcar
#'
namestring
(
mapcar
#'
merge-pathnames
(
ensure-list
asds
))
)
:no-deps-p
,
no-deps
:context
,
context
:save-context-p
t
...
...
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