Skip to content

Commit

Permalink
wrong place
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Jan 27, 2024
1 parent 7435889 commit fdca6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/src/activitys/TerminalActivity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const TerminalActivity = () => {
Terminal.exec({
command: modConf("EXPLORE_INSTALL", {
URL: path,
MODID: id,
}),
env: envp_explore,
onLine: (line) => {
Expand All @@ -105,7 +106,6 @@ const TerminalActivity = () => {
Terminal.exec({
command: modConf("LOCAL_INSTALL", {
ZIPFILE: path,
MODID: id,
}),
env: envp_local,
onLine: (line) => {
Expand Down

0 comments on commit fdca6e0

Please sign in to comment.