Skip to content

Commit be644a1

Browse files
committed
fix latest/ symlink source path
1 parent 368195f commit be644a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsdoc/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ "$TRAVIS_REPO_SLUG" == "watson-developer-cloud/node-sdk" ] && [ "$TRAVIS_PU
2323
# on tagged builds, $TRAVIS_TAG is set to the tag, but it's blank on regular builds, unlike $TRAVIS_BRANCH
2424
if [ $TRAVIS_TAG ]; then
2525
rm latest
26-
ln -s $TRAVIS_TAG latest
26+
ln -s ./$TRAVIS_TAG latest
2727
fi
2828

2929
# generate an incdex file listing all of the versions

0 commit comments

Comments
 (0)