Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed typo in documentation for email.php
skoranda committed May 1, 2017
1 parent 62ed488 commit 6343957
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion comanage-registry-basic-auth/README.md
@@ -107,7 +107,7 @@ class DATABASE_CONFIG {
}
EOF
cat >> /opt/comanage-registry/Config/database.php <<"EOF"
cat >> /opt/comanage-registry/Config/email.php <<"EOF"
<?php
class EmailConfig {
2 changes: 1 addition & 1 deletion comanage-registry-mod-auth-openidc/README.md
@@ -100,7 +100,7 @@ class DATABASE_CONFIG {
}
EOF
cat >> /opt/comanage-registry/Config/database.php <<"EOF"
cat >> /opt/comanage-registry/Config/email.php <<"EOF"
<?php
class EmailConfig {
2 changes: 1 addition & 1 deletion comanage-registry-shibboleth-sp/README.md
@@ -100,7 +100,7 @@ class DATABASE_CONFIG {
}
EOF
cat >> /opt/comanage-registry/Config/database.php <<"EOF"
cat >> /opt/comanage-registry/Config/email.php <<"EOF"
<?php
class EmailConfig {
2 changes: 1 addition & 1 deletion comanage-registry/README.md
@@ -104,7 +104,7 @@ class DATABASE_CONFIG {
}
EOF
cat >> /opt/comanage-registry/Config/database.php <<"EOF"
cat >> /opt/comanage-registry/Config/email.php <<"EOF"
<?php
class EmailConfig {

0 comments on commit 6343957

Please sign in to comment.