Skip to content

Commit

Permalink
Merge pull request #229 from RavenMacDaddy/patch-2
Browse files Browse the repository at this point in the history
install_scoop.cmd: Improve grammar
  • Loading branch information
marticliment authored Oct 11, 2022
2 parents 1cd1555 + 6906fc0 commit 0933b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wingetui/resources/install_scoop.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
echo This script is going to install scoop and the dependencies required by WingetUI.
echo This script will install Scoop and the dependencies required by WingetUI.
pause
powershell -NoProfile -Command "Set-ExecutionPolicy RemoteSigned -Scope CurrentUser"
echo Installing scoop...
Expand Down

0 comments on commit 0933b08

Please sign in to comment.