Skip to content

Commit 37b0c35

Browse files
authored
Merge pull request #441 from ReactiveCocoa/andersio-patch-1
Force `cp` to overwrite the Dash feed file. [skip ci]
2 parents ee72fe0 + 0e0f333 commit 37b0c35

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
@@ -82,7 +82,7 @@ git add ./reactiveswift/docs/latest
8282

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

0 commit comments

Comments
 (0)