Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #83 from Canop/master
Browse files Browse the repository at this point in the history
Minor fixes for the Miaou plugin
  • Loading branch information
erk3 committed Dec 5, 2017
2 parents 8e50a5e + fb28fd3 commit 6292f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/miaou/install.sh
Expand Up @@ -2,7 +2,7 @@

ROOT_PATH=`dirname $0`
PLUGIN_PATH="$ROOT_PATH/plugin"
DEPLOY_PATH="../miaou/plugins/sciz"
DEPLOY_PATH="../../../miaou/plugins/sciz"

# installing the plugin in the plugins directory of the miaou installation
rm -rf $DEPLOY_PATH
Expand Down
2 changes: 1 addition & 1 deletion plugins/miaou/plugin/plugin.js
Expand Up @@ -68,7 +68,7 @@ exports.init = function(miaou){
+ " les joueurs peuvent faire agir leur Troll en dépensant jusqu'à 6 Points d'Actions.*\n"
+ "Donner ce tag à une salle Miaou apporte de nombreuses fonctions liées au jeu MountyHall."
});
db.upgrade(exports.name, path.resolve(__dirname, 'sql'))
return db.upgrade(exports.name, path.resolve(__dirname, 'sql'))
.then(function(){
return db.on(providers)
.each(initProvider)
Expand Down

0 comments on commit 6292f4e

Please sign in to comment.