File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def generate
31
31
32
32
# Generate the more advanced stager if we have the space
33
33
if self . available_space && required_space <= self . available_space
34
- conf [ :exitfunk ] = datastore [ 'EXITFUNC' ] ,
34
+ conf [ :exitfunk ] = datastore [ 'EXITFUNC' ]
35
35
conf [ :reliable ] = true
36
36
end
37
37
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def generate
35
35
36
36
# Generate the more advanced stager if we have the space
37
37
if self . available_space && required_space <= self . available_space
38
- conf [ :exitfunk ] = datastore [ 'EXITFUNC' ] ,
38
+ conf [ :exitfunk ] = datastore [ 'EXITFUNC' ]
39
39
conf [ :reliable ] = true
40
40
end
41
41
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def generate
33
33
34
34
# Generate the more advanced stager if we have the space
35
35
if self . available_space && required_space <= self . available_space
36
- conf [ :exitfunk ] = datastore [ 'EXITFUNC' ] ,
36
+ conf [ :exitfunk ] = datastore [ 'EXITFUNC' ]
37
37
conf [ :reliable ] = true
38
38
end
39
39
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def generate
33
33
34
34
# Generate the more advanced stager if we have the space
35
35
if self . available_space && required_space <= self . available_space
36
- conf [ :exitfunk ] = datastore [ 'EXITFUNC' ] ,
36
+ conf [ :exitfunk ] = datastore [ 'EXITFUNC' ]
37
37
conf [ :reliable ] = true
38
38
end
39
39
You can’t perform that action at this time.
0 commit comments