Skip to content

Commit

Permalink
Fix meteor/publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ichernev committed Nov 23, 2014
1 parent 0476aff commit 4b30d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type meteor >/dev/null 2>&1 || { curl https://install.meteor.com/ | sh; }

# sanity check: make sure we're in the root directory of the checkout
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
cd DIR/..
cd $DIR/..

# move away the package.js for Dojo
mv package.js package.dojo
Expand Down

0 comments on commit 4b30d92

Please sign in to comment.