aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-rw-r--r--windows/bin/system-update.cmd6
1 files changed, 3 insertions, 3 deletions
diff --git a/windows/bin/system-update.cmd b/windows/bin/system-update.cmd
index 64a7b9f..6c355d0 100644
--- a/windows/bin/system-update.cmd
+++ b/windows/bin/system-update.cmd
@@ -1,10 +1,10 @@
1@echo off 1@echo off
2 2
3call npm-update.cmd 3call pkg-update.cmd
4if errorlevel 1 exit /b 1 4if errorlevel 1 exit /b 1
5 5
6call nvim-update.cmd 6call npm-update.cmd
7if errorlevel 1 exit /b 1 7if errorlevel 1 exit /b 1
8 8
9call pkg-update.cmd 9call nvim-update.cmd
10if errorlevel 1 exit /b 1 10if errorlevel 1 exit /b 1