Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GitLab
omnibus
Commits
339c4197
Commit
339c4197
authored
Jul 03, 2017
by
Balasankar C
Committed by
Balasankar C
Jan 29, 2018
Browse files
Remove temporary licenses directory that hold csvs
Accidentally removed in
61d9e3b7
parent
ed9f8b00
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/omnibus/dependency_information.rb
View file @
339c4197
...
...
@@ -59,6 +59,7 @@ module Omnibus
end
end
FileUtils
.
rm_rf
(
csv_dir
)
File
.
open
(
json_location
,
"w"
)
do
|
f
|
f
.
write
(
JSON
.
pretty_generate
(
final_output
))
end
...
...
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