Skip to content

Commit 20a1f60

Browse files
committed
updated readme to fix another typo
1 parent 26df21e commit 20a1f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ export OLD_RELEASE=4.9.0
3838
export NEW_RELEASE=4.10.0
3939
cp tools/apidoc/target/commands.xml $COMMANDS/${NEW_RELEASE}_commands.xml
4040
mkdir $COMMANDS/diff-${OLD_RELEASE//.}-${NEW_RELEASE//.}
41-
java -cp $HOME/.m2/repository/com/thoughtworks/xstream/xstream/1.4.9/xstream-1.4.9.jar:$HOME/.m2/repository/com/google/code/gson/gson/1.7.2/gson-1.7.2.jar:server/target/classes com.cloud.api.doc.ApiXmlDocReader -old $COMMANDS/$OLD_RELEASE_commands.xml -new $COMMANDS/$NEW_RELEASE_commands.xml -d $COMMANDS/diff-${OLD_RELEASE//.}-${NEW_RELEASE//.}
41+
java -cp $HOME/.m2/repository/com/thoughtworks/xstream/xstream/1.4.9/xstream-1.4.9.jar:$HOME/.m2/repository/com/google/code/gson/gson/1.7.2/gson-1.7.2.jar:server/target/classes com.cloud.api.doc.ApiXmlDocReader -old $COMMANDS/${OLD_RELEASE}_commands.xml -new $COMMANDS/${NEW_RELEASE}_commands.xml -d $COMMANDS/diff-${OLD_RELEASE//.}-${NEW_RELEASE//.}
4242
```
4343

0 commit comments

Comments
 (0)