Skip to content

Commit d5644f8

Browse files
author
Florent Flament
committed
Updates samples/localrc comment
The SWIFT_DATA_DIR default value stated in the last comment of samples/localrc has been updated to match actual SWIFT_DATA_DIR default value ($DEST/data/swift instead of $DEST/swift/data). Addresses Bug: #1238665 Change-Id: I2510f72eb3eda467799202b356abb606930f4d94
1 parent 67f7da2 commit d5644f8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

samples/localrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5
8383
# Set this to 1 to save some resources:
8484
SWIFT_REPLICAS=1
8585

86-
# The data for Swift is stored in the source tree by default (``$DEST/swift/data``)
87-
# and can be moved by setting ``SWIFT_DATA_DIR``. The directory will be created
86+
# The data for Swift is stored by default in (``$DEST/data/swift``),
87+
# or (``$DATA_DIR/swift``) if ``DATA_DIR`` has been set, and can be
88+
# moved by setting ``SWIFT_DATA_DIR``. The directory will be created
8889
# if it does not exist.
8990
SWIFT_DATA_DIR=$DEST/data

0 commit comments

Comments
 (0)