Skip to content

Commit

Permalink
Removed unnecessary slash char.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kalfas committed Apr 2, 2015
1 parent 6faf66f commit 585c837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_rules.xml
Expand Up @@ -76,6 +76,6 @@

<target name="demoVersion">
<replaceregexp file="${src.dir}/org/openmrs/mobile/utilities/ApplicationConstants.java" match='DEFAULT_OPEN_MRS_URL = EMPTY_STRING'
replace='DEFAULT_OPEN_MRS_URL = "http://devtest04.openmrs.org:8080/openmrs/"' />
replace='DEFAULT_OPEN_MRS_URL = "http://devtest04.openmrs.org:8080/openmrs"' />
</target>
</project>

0 comments on commit 585c837

Please sign in to comment.