Skip to content

Commit 6ca40c6

Browse files
authored
[string]$Version = $env:DCLI_VERSION
1 parent c622a9d commit 6ca40c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
param (
2-
[string]$Version
2+
[string]$Version = $env:DCLI_VERSION
33
)
44

55
# Function to get the installed dcli version

0 commit comments

Comments
 (0)