scripts: Fix typo in a comment

Change-Id: If79e778e786db06d2263bcd5393f639a4bb92542
This commit is contained in:
Ivan Fraixedes 2020-12-15 18:58:54 +01:00
parent 2ac72eaf16
commit 187680b0c1
No known key found for this signature in database
GPG Key ID: 042B474597F96DB7

View File

@ -17,7 +17,7 @@ make -C "$SCRIPTDIR"/.. install-sim
echo "Overriding default max segment size to 6MiB"
GOBIN=$TMP go install -v -ldflags "-X 'storj.io/uplink.maxSegmentSize=6MiB'" storj.io/storj/cmd/uplink
# use modifed version of uplink
# use modified version of uplink
export PATH=$TMP:$PATH
export STORJ_NETWORK_DIR=$TMP