Skip to content

Commit 28600ff

Browse files
committed
Fix bad merge
1 parent 43260b0 commit 28600ff

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Documentation/SwiftlyDocs.docc/swiftly-cli-reference.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ Install whatever toolchain is currently selected, such as the the one in the .sw
5858
$ swiftly install
5959

6060
NOTE: Swiftly downloads toolchains to a temporary file that it later cleans during its installation process. If these files are too big for your system temporary directory, set another location by setting the `TMPDIR` environment variable.
61-
process. If these files are too big for your usual temporary directory you can choose another location by setting the `TMPDIR` environment variable.
6261

6362
$ TMPDIR=/large/file/tmp/storage swiftly install latest
6463

Sources/Swiftly/Install.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ struct Install: SwiftlyCommand {
4545
$ swiftly install
4646
4747
NOTE: Swiftly downloads toolchains to a temporary file that it later cleans during its installation process. If these files are too big for your system temporary directory, set another location by setting the `TMPDIR` environment variable.
48-
process. If these files are too big for your usual temporary directory you can choose another location \
49-
by setting the `TMPDIR` environment variable.
5048
5149
$ TMPDIR=/large/file/tmp/storage swiftly install latest
5250
"""

0 commit comments

Comments
 (0)