Skip to content

Commit

Permalink
Fixing project name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Dietrich committed Mar 29, 2017
1 parent 6936d4b commit ff7242b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Terminus Upstream Dev Tools
# Terminus Upstream Deploymnent Plugin

[![Terminus v1.x Compatible](https://img.shields.io/badge/terminus-v1.x-green.svg)](https://github.com/terminus-plugin-project/terminus-upstream-dev/tree/master)
[![Terminus v1.x Compatible](https://img.shields.io/badge/terminus-v1.x-green.svg)](https://github.com/terminus-plugin-project/terminus-upstream-deployment-plugin/tree/master)

Terminus plugin to automate the process of updating a site through the upstream. This performs a backup before applying upstream updates.

Expand All @@ -11,7 +11,7 @@ as this site will:
* pull any updates from the upstream and apply them on dev
* run updatedb on your dev environment
* run clear cache on your dev environment
* check to see if your test environment initiliazed
* check to see if your test environment initialized
* take a backup of your test environment
* run updatedb on your test environment
* run clear cache on your test environment
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terminus-plugin-project/terminus-upstream-dev",
"name": "terminus-plugin-project/terminus-upstream-deployment-plugin",
"description": "",
"homepage": "https://github.com/terminus-plugin-project/terminus-upstream-dev",
"homepage": "https://github.com/terminus-plugin-project/terminus-upstream-deployment-plugin",
"license": "MIT",
"type": "terminus-plugin",
"require": {
Expand Down

0 comments on commit ff7242b

Please sign in to comment.