Changement du type de guillement pour la variable cmd_name.
Si si, c'est important, mais il faut attendre le commit suivant.
This commit is contained in:
parent
bbf0efc948
commit
5843f64636
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
import os
|
||||
|
||||
#: Pour override le nom si vous voulez renommer la commande
|
||||
cmd_name = "cranspasswords"
|
||||
cmd_name = 'cranspasswords'
|
||||
|
||||
#: Path du binaire ssh sur la machine client
|
||||
ssh_path = '/usr/bin/ssh'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue