Skip to content

Commit 0e0f333

Browse files
authored
Force cp to overwrite the Dash feed file. [skip ci]
1 parent 6f15906 commit 0e0f333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/gen-docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ git add ./reactiveswift/docs/latest
7878

7979
# Update the docset feed.
8080
rm ./reactiveswift/docs/ReactiveSwift.xml
81-
cp ../script/feed.xml.template ./reactiveswift/docs/ReactiveSwift.xml
81+
/bin/cp -f ../script/feed.xml.template ./reactiveswift/docs/ReactiveSwift.xml
8282
sed -i -- "s/FRAMEWORK_VERSION/${TRAVIS_TAG}/g" ./reactiveswift/docs/ReactiveSwift.xml
8383
git add ./reactiveswift/docs/ReactiveSwift.xml
8484

0 commit comments

Comments
 (0)