Skip to content

Commit d83f665

Browse files
committed
Delete commas
1 parent e27adf6 commit d83f665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/admin/http/katello_satellite_priv_esc.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def run
4747
'vars_get' => {
4848
'username' => datastore['USERNAME'],
4949
'password' => datastore['PASSWORD']
50-
},
50+
}
5151
)
5252

5353
if res.nil?
@@ -120,7 +120,7 @@ def run
120120
'method' => 'PUT',
121121
'uri' => normalize_uri(target_uri.path, 'users', user, 'update_roles'),
122122
'vars_post' => {
123-
'user[role_ids][]' => '1',
123+
'user[role_ids][]' => '1'
124124
}
125125
)
126126

0 commit comments

Comments
 (0)