added space in additional file list.

pull/5596/head
Felix Han 2021-09-06 01:10:01 +12:00
parent 8321318143
commit 93a77fd80c
1 changed files with 1 additions and 1 deletions

View File

@ -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>