Skip to content

Commit ea0d585

Browse files
committed
DEVOPS-247: Move vendor instead of modifying files.
1 parent 76044ce commit ea0d585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ chmod +x /usr/local/bin/composer
2525
composer self-update
2626
2727
cd /source/examples
28-
sed -i s',/../vendor,/vendor,' *.php
2928
composer require "rosette/api"
29+
mv vendor/ ../.
3030
3131
php ping.php --key $API_KEY
3232

0 commit comments

Comments
 (0)