Merge pull request #916 from TorstenDittmann/fix-powershell-snippet-tag

fixes cloud functions upload powershell snippet
This commit is contained in:
Eldad A. Fux
2021-02-17 16:16:23 +02:00
committed by GitHub
+3 -3
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>