We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cp
1 parent 6f15906 commit 0e0f333Copy full SHA for 0e0f333
script/gen-docs
@@ -78,7 +78,7 @@ git add ./reactiveswift/docs/latest
78
79
# Update the docset feed.
80
rm ./reactiveswift/docs/ReactiveSwift.xml
81
-cp ../script/feed.xml.template ./reactiveswift/docs/ReactiveSwift.xml
+/bin/cp -f ../script/feed.xml.template ./reactiveswift/docs/ReactiveSwift.xml
82
sed -i -- "s/FRAMEWORK_VERSION/${TRAVIS_TAG}/g" ./reactiveswift/docs/ReactiveSwift.xml
83
git add ./reactiveswift/docs/ReactiveSwift.xml
84
0 commit comments