Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Correia committed Feb 11, 2014
1 parent 0f5f7ef commit 6535d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-site-from-travis
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if [ "$TRAVIS_REPO_SLUG" == "mohiva/play-silhouette" ] && [ "$TRAVIS_PULL_REQUES

echo ""
echo "Updating API documentation"
version=`scripts/get-version` || fail "Could not retrieve version."
version=`$source_dir/scripts/get-version` || fail "Could not retrieve version."
api_dir="$target_dir/api/$version"
rm -Rf "$api_dir"
mkdir -p "$api_dir"
Expand Down

0 comments on commit 6535d53

Please sign in to comment.