Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
salt
/
openssh-formula
forkeado de
ExternalMirrors/openssh-formula
Seguir
1
Destacar
0
Fork
0
Código
Lanzamientos
0
Actividad
Explorar el Código
Fix bug that added : at the end of the key
master
jvblasco
hace 9 años
padre
1b74efd2d0
commit
60691ef20d
Se han
modificado 1 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Mostrar estadísticas de diff
+2
-2
openssh/auth.sls
+ 2
- 2
openssh/auth.sls
Ver fichero
@@ -1,8 +1,8 @@
{%- macro print_name(identifier, key) -%}
{%- if 'name' in key %}
{{ key['name'] }}
:
{{ key['name'] }}
{%- else %}
{{ identifier }}
:
{{ identifier }}
{%- endif %}
{%- endmacro -%}
Escribir
Vista previa
Cargando…
Cancelar
Guardar