Skip to content

Commit f7edb37

Browse files
committed
Style fix.
1 parent 876a5bf commit f7edb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-distribution.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ if [ "$SPARK_TACHYON" == "true" ]; then
243243
cp "tachyon-${TACHYON_VERSION}/assembly/target/tachyon-assemblies-${TACHYON_VERSION}-jar-with-dependencies.jar" "$DISTDIR/lib"
244244
mkdir -p "$DISTDIR/tachyon/src/main/java/tachyon/web"
245245
cp -r "tachyon-${TACHYON_VERSION}"/{bin,conf,libexec} "$DISTDIR/tachyon"
246-
cp -r "tachyon-${TACHYON_VERSION}"/servers/src/main/java/tachyon/web/ "$DISTDIR/tachyon/src/main/java/tachyon/web"
246+
cp -r "tachyon-${TACHYON_VERSION}"/servers/src/main/java/tachyon/web "$DISTDIR/tachyon/src/main/java/tachyon/web"
247247

248248
if [[ `uname -a` == Darwin* ]]; then
249249
# need to run sed differently on osx

0 commit comments

Comments
 (0)