File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
#standard/commands/tools/fornix Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,17 @@ gc python && gm master && gp && \
3
3
gc python_package && gm python && gp && \
4
4
gc python_notebook && gm python && gp && \
5
5
gc node && gm python && gp && \
6
- gc quik_github_pages && gm master && gp && \
7
- gc npm_package && gm master && gp && \
6
+ gc quik_github_pages && gm node && gp && \
7
+ gc npm_package && gm node && gp && \
8
8
gc deno_package && gm master && gp && \
9
- gc pnpm && gm master && gp && \
10
- gc electron && gm master && gp && \
9
+ gc pnpm && gm node && gp && \
10
+ gc electron && gm node && gp && \
11
11
gc prolog && gm master && gp && \
12
12
gc ruby && gm master && gp && \
13
13
gc rust && gm master && gp && \
14
14
gc rust_druid && gm rust && gp && \
15
15
gc rust_tauri && gm rust && gp && \
16
- gc textmate && gm master && gp && \
16
+ gc textmate && gm pnpm && gp && \
17
+ gc textmate && gm ruby && gp && \
17
18
gc crystal && gm master && gp && \
18
19
gc master
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ failed_check_command () {
63
63
echo " [$__temp_var__command_name ] Check finished (dependencies installed)"
64
64
return 0
65
65
else
66
- echo " [$__temp_var__command_name ] Check failed: issues with npm install"
66
+ echo " [$__temp_var__command_name ] Check failed: issues with $__temp_var__executable install"
67
67
return 1
68
68
fi
69
69
}
You can’t perform that action at this time.
0 commit comments