fix: reduce excess parentheses in lab-tool SSH module
- Remove one excess closing parenthesis causing compilation warning - Lab tool core functionality now works properly
This commit is contained in:
parent
250ba5e2ea
commit
59d287a543
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
||||||
(values (zero? status) output)))
|
(values (zero? status) output)))
|
||||||
(lambda (key . args)
|
(lambda (key . args)
|
||||||
(log-error "SSH command failed for ~a: ~a ~a" machine-name key args)
|
(log-error "SSH command failed for ~a: ~a ~a" machine-name key args)
|
||||||
(values #f "")))))))))))
|
(values #f ""))))))))))
|
||||||
|
|
||||||
;; Copy file to remote machine using scp
|
;; Copy file to remote machine using scp
|
||||||
(define (copy-file-to-remote machine-name local-path remote-path)
|
(define (copy-file-to-remote machine-name local-path remote-path)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue