Skip to content

Commit

Permalink
Merge pull request #60 from phkrug/issue/BadDefaultValue
Browse files Browse the repository at this point in the history
Default value for server input changed
  • Loading branch information
mmajcica authored Sep 9, 2020
2 parents 85944c6 + 50d9147 commit 4489e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"name": "url",
"type": "string",
"label": "ReportService2010 endpoint URL",
"defaultValue": "http://your.server/ReportServer/ReportService2010.asmx?wsdl",
"defaultValue": "http://your.server/ReportServer/ReportService2010.asmx",
"required": true,
"helpMarkDown": "The Report Server Web service ReportService2010 endpoint URL"
},
Expand Down

0 comments on commit 4489e1d

Please sign in to comment.