瀏覽代碼

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;