mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
added space in additional file list.
This commit is contained in:
parent
8321318143
commit
93a77fd80c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue