mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Improve wording in setup script
This commit is contained in:
parent
93b64e7db6
commit
a306f5a245
|
@ -91,6 +91,7 @@ function Get-UserSelection {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
function Exit-Script {
|
||||
param (
|
||||
[int]$ExitCode,
|
||||
|
@ -204,7 +205,7 @@ function Main {
|
|||
Write-Log "Checking if the repository is clean..."
|
||||
$Status = & "C:\Program Files\Git\cmd\git.exe" status --porcelain
|
||||
if ($Status) {
|
||||
Write-Log "Repository is dirty. Skipping pull."
|
||||
Write-Log "Changes in local git repository. Skipping git pull."
|
||||
}
|
||||
else {
|
||||
Write-Log "Pulling latest updates..."
|
||||
|
|
Loading…
Reference in New Issue
Block a user