mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-10 08:42:11 +01:00
Fix typo.
This commit is contained in:
parent
11b1403e3f
commit
015e96c123
@ -179,7 +179,7 @@ opts.Add(EnumVariable('repository_type', 'Type of repositories to clone from fir
|
||||
opts.Update(env)
|
||||
Help(opts.GenerateHelpText(env))
|
||||
|
||||
rt = env['action']
|
||||
rt = env['repository_type']
|
||||
|
||||
if rt == 'ssh':
|
||||
repository_index = 1
|
||||
|
Loading…
Reference in New Issue
Block a user