Skip to content

Commit 1d3e5dd

Browse files
authored
Fix typo
1 parent 0e30a6f commit 1d3e5dd

File tree

1 file changed

+1
-1
lines changed
  • docs/mscs/adjusting-world-server-properties

1 file changed

+1
-1
lines changed

docs/mscs/adjusting-world-server-properties/forge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ sed -i "s|libraries|$(pwd)/libraries|g" libraries/net/minecraftforge/forge/*/uni
121121

122122
<span markdown='span'>`sed -i "s|\"\$@|--nogui &|g" run.sh`: This adds `--nogui ` in front of `"$@`, with `&` being the matched pattern.</span><br>
123123

124-
<span markdown='span'>`sed -i "s|libraries|$(pwd)/libraries|g" run.sh`: This replace `@libraries/net/minecraftforge/forge/1.17.1-37.1.1/unix_args.txt` with its full directory path in the `bash.sh` file.</span><br>
124+
<span markdown='span'>`sed -i "s|libraries|$(pwd)/libraries|g" run.sh`: This replaces `@libraries/net/minecraftforge/forge/1.17.1-37.1.1/unix_args.txt` with its full directory path in the `bash.sh` file.</span><br>
125125

126126
<span markdown='span'>`sed -i "s|libraries|$(pwd)/libraries|g" libraries/net/minecraftforge/forge/*/unix_args.txt`: This adds the current path to all occurences of the word libraries in the `unix_args.txt` file. Because the directory contains the forge version (for example `1.17.1-37.1.1`), `*` is used as a wildcard.</span>
127127

0 commit comments

Comments
 (0)