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 b70ac2b commit 7969ad3Copy full SHA for 7969ad3
lib/completely/commands/install.rb
@@ -35,11 +35,11 @@ def run
35
private
36
37
def installer
38
- Installer.new program: args['PROGRAM'], script_path: script_path
+ @installer ||= Installer.new(program: args['PROGRAM'], script_path: script_path)
39
end
40
41
def script_path
42
- args['SCRIPT_PATH'] || 'completely.bash'
+ @script_path ||= args['SCRIPT_PATH'] || 'completely.bash'
43
44
45
0 commit comments