We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a34d1 commit e580b27Copy full SHA for e580b27
plugins/plaster/template/scaffold/Install.template
@@ -1,6 +1,6 @@
1
# Run this in an administrative PowerShell prompt to install the <%=$PLASTER_PARAM_ModuleName%> PowerShell module:
2
#
3
-# iex (New-Object Net.WebClient).DownloadString("<%=$PLASTER_PARAM_ModuleWebsite%>/raw/master/Install.ps1")
+# iex (New-Object Net.WebClient).DownloadString("<%=$PLASTER_PARAM_ModuleWebsite%>/raw/master/Install.ps1")
4
5
# Some general variables
6
$ModuleName = '<%=$PLASTER_PARAM_ModuleName%>'
0 commit comments