Commit f204e69b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: replace tab with 4 spaces

parent 4bc2d877
...@@ -137,6 +137,9 @@ epm_upgrade() ...@@ -137,6 +137,9 @@ epm_upgrade()
pkgng) pkgng)
CMD="pkg upgrade" CMD="pkg upgrade"
;; ;;
apk)
CMD="apk upgrade"
;;
chocolatey) chocolatey)
CMD="chocolatey update all" CMD="chocolatey update all"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment