We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74099b4 commit 6ff7fe1Copy full SHA for 6ff7fe1
lib/singed.rb
@@ -13,7 +13,7 @@ def output_directory=(directory)
13
end
14
15
def self.output_directory
16
- @output_directory || raise("output directory hasn't been set!")
+ @output_directory
17
18
19
def enabled=(enabled)
lib/singed/cli.rb
@@ -65,7 +65,7 @@ def run
65
66
Singed.output_directory = @output_directory if @output_directory
67
Singed.output_directory ||= Dir.tmpdir
68
- FileUtils.mkdir_p Signed.output_directory
+ FileUtils.mkdir_p Singed.output_directory
69
@filename = Singed::Flamegraph.generate_filename(label: 'cli')
70
71
options = {
0 commit comments