Skip to content

Commit

Permalink
fixed typo in documentation for email.php
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed May 1, 2017
1 parent 62ed488 commit 6343957
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion comanage-registry-basic-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion comanage-registry-mod-auth-openidc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion comanage-registry-shibboleth-sp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion comanage-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6343957

Please sign in to comment.