Merge pull request #894 from TorstenDittmann/patch-2

fix function packaging powershell command
This commit is contained in:
Eldad A. Fux
2021-02-10 21:05:11 +02:00
committed by GitHub
+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>