1
0
Fork 0
mirror of synced 2024-06-10 06:44:45 +12:00

fixes function upload powershell snippet

This commit is contained in:
Torsten Dittmann 2021-02-17 11:44:31 +01:00
parent 26ec6020b9
commit ebae23499f

View file

@ -596,9 +596,9 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled',true);
<p><b>PowerShell</b></p>
<div class="margin-bottom">
<textarea type="hidden" data-ls-bind="appwrite functions createTag ,
--functionId={{project-function.$id}} ,
--command='mycommand' ,
<textarea type="hidden" data-ls-bind="appwrite functions createTag `
--functionId={{project-function.$id}} `
--command='mycommand' `
--code='/myrepo/myfunction'" data-forms-code="powershell" data-lang="powershell" data-lang-label="PowerShell"></textarea>
</div>