mirror of https://github.com/portainer/portainer
added space in additional file list.
parent
8321318143
commit
93a77fd80c
|
@ -7,7 +7,7 @@
|
|||
<p>
|
||||
Update
|
||||
<code
|
||||
>{{ $ctrl.configFilePath }}<span ng-if="$ctrl.additionalFiles.length > 0">,{{ $ctrl.additionalFiles.join(',') }}</span></code
|
||||
>{{ $ctrl.configFilePath }}<span ng-if="$ctrl.additionalFiles.length > 0">, {{ $ctrl.additionalFiles.join(',') }}</span></code
|
||||
>
|
||||
in git and pull from here to update the {{ $ctrl.type }}.
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue