Update function.phtml

This commit is contained in:
Torsten Dittmann
2021-02-09 17:58:31 +01:00
committed by GitHub
parent 60af368ffc
commit 2c40dfec89
+2 -2
View File
@@ -596,7 +596,7 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled',true);
<p><b>PowerShell</b></p>
<div class="margin-bottom">
<textarea type="hidden" data-ls-bind="appwrite functions createTag \
<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>
@@ -640,4 +640,4 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled',true);
</div>
</div>