1
0
Fork 0
mirror of synced 2024-06-22 04:30:29 +12:00

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
commit 527f8f48d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>