Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Mibew/mibew-operator-status-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
everyx committed Mar 25, 2017
2 parents 0375ef4 + cccbdc3 commit ecc4484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mibew-operator-status-plugin
# Mibew Operator Status plugin
Plugin for Mibew, get statement based on the availability of operators.

# Useage
Expand Down Expand Up @@ -28,7 +28,7 @@ Plugin for Mibew, get statement based on the availability of operators.

# Install

1. Get the archive with the plugin sources from [release page](https://github.com/everyx/mibew-operator-status-plugin/releases):
1. Get the archive with the plugin sources. You can download it from the [official site](https://mibew.org/plugins#mibew-operator-status) or build the plugin from sources.

2. Untar/unzip the plugin's archive.
Expand Down
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ gulp.task('prepare-release', function() {

return eventStream.merge(
getSources()
.pipe(zip('mibew-operator-status-plugin-' + version + '.zip')),
.pipe(zip('operator-status-plugin-' + version + '.zip')),
getSources()
.pipe(tar('mibew-operator-status-plugin-' + version + '.tar'))
.pipe(tar('operator-status-plugin-' + version + '.tar'))
.pipe(gzip())
)
.pipe(chmod(0644))
Expand Down

0 comments on commit ecc4484

Please sign in to comment.