Skip to content

Commit 81aa01c

Browse files
authored
Add missing closing parentheses in FAQ code snippet (#1052)
1 parent 5f2614b commit 81aa01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Remember also that you should use the standard environment variables like `CC`,
3434

3535
Yes! You can use [`BinaryBuilder.runshell(platform)`](@ref BinaryBuilderBase.runshell) to quickly start a shell in the current directory, without having to set up a working `build_tarballs.jl` script. For example,
3636
```
37-
julia -e 'using BinaryBuilder; BinaryBuilder.runshell(Platform("i686", "windows")'
37+
julia -e 'using BinaryBuilder; BinaryBuilder.runshell(Platform("i686", "windows"))'
3838
```
3939
will open a shell in a Windows 32-bit build environment, without any source loaded. The current working directory of your system will be mounted on `${WORKSPACE}` within this BinaryBuilder environment.
4040

0 commit comments

Comments
 (0)