Skip to content

Commit

Permalink
Change the default site name.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrillek committed Jul 17, 2018
1 parent daaa34d commit 4c6245d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<!-- Installs govCMS and sets it up for development. -->
<target name="site:install" depends="env">
<!-- Use passthru() when executing drush site-install so that we'll know if errors occur. -->
<exec command="${drush} site-install govcms --yes --site-name=govCMS8 --account-pass=admin --db-url=${db.url}" dir="${docroot}" passthru="true"/>
<exec command="${drush} site-install govcms --yes --site-name=GovCMS --account-pass=admin --db-url=${db.url}" dir="${docroot}" passthru="true"/>
<chmod file="${site}" mode="0755"/>
</target>

Expand Down
2 changes: 1 addition & 1 deletion tests/behat/features/ui/home.feature
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Feature: Home Page

@api @javascript
Scenario: View the homepage content
Then I should see "Welcome to govCMS8"
Then I should see "Welcome to GovCMS"

Scenario: Check the homepage meta tag.
Then the response should contain "<meta name=\"Generator\" content=\"Drupal 8 (http://drupal.org) + govCMS (http://govcms.gov.au)\" />"

0 comments on commit 4c6245d

Please sign in to comment.