Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
comma error in json
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 15, 2013
1 parent 62369d6 commit e46588b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/phing/deploy.xml
Expand Up @@ -44,7 +44,7 @@
user="${admin_user}"
password="${admin_password}"
action="create_repository"
params='--DISPLAY="smb" --DRIVER=smb --json_data={\"HOST\":\"${ws.samba.host}\",\"PATH\":\"${ws.samba.share}\",\"USER\":\"${ws.samba.user}\",\"PASSWORD\":\"${ws.samba.password}\",}'/>
params='--DISPLAY="smb" --DRIVER=smb --json_data={\"HOST\":\"${ws.samba.host}\",\"PATH\":\"${ws.samba.share}\",\"USER\":\"${ws.samba.user}\",\"PASSWORD\":\"${ws.samba.password}\"}'/>

<!-- Some cleaning before accessing via HTTP -->
<delete file="${cliPath}/data/cache/i18n/en_plugins_messages.ser"/>
Expand Down

0 comments on commit e46588b

Please sign in to comment.