Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Remove leftover quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Hebert committed Nov 13, 2012
1 parent f0f8a3f commit 3f0eab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postbuild.sh
Expand Up @@ -14,7 +14,7 @@ if [ -d $CATALINA_HOME ] ; then
sed -i "s/TURNITIN_AID/${TURNITIN_AID:-69293}/" target/tomcat/sakai/local.properties
sed -i "s/TURNITIN_SECRET/${TURNITIN_SECRET:-OUCSsKey}/" target/tomcat/sakai/local.properties
sed -i "s|TURNITIN_API_URL|${TURNITIN_API_URL:-'https://sandbox.turnitin.com/api.asp'}|" target/tomcat/sakai/local.properties
sed -i "s|SENTRY_DSN|${SENTRY_DSN'}|" target/tomcat/sakai/local.properties
sed -i "s|SENTRY_DSN|${SENTRY_DSN}|" target/tomcat/sakai/local.properties

# Show the build version that we're running.
echo version.service=$BUILD_TAG >> target/tomcat/sakai/local.properties
Expand Down

0 comments on commit 3f0eab7

Please sign in to comment.