소스 검색

Update node-red-themes.sh

tteckster 3 년 전
부모
커밋
6ae1ff66fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      misc/node-red-themes.sh

+ 1 - 1
misc/node-red-themes.sh

@@ -71,7 +71,7 @@ while [ $opt != '' ]
             THEME=solarized-dark
             break;
         ;;
-        5) clear;
+        6) clear;
             option_picked "Installing Solarized-Light Theme";
             THEME=solarized-light
             break;