Skip to content

Commit

Permalink
Merge pull request #22 from jufemaiz/master
Browse files Browse the repository at this point in the history
Updated to 1.1.6 due to error on my behalf.
  • Loading branch information
jufemaiz committed Nov 9, 2014
2 parents 3defc80 + b335f05 commit acf7af0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/wheneverize-eb
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ files:
echo "containerfiles"
grep -Fwq "export EB_CONFIG_SUPPORT" /opt/elasticbeanstalk/containerfiles/envvars.d/appenv
if [ $? -eq 1 ]; then
echo "export EB_CONFIG_SUPPORT=/opt/elasticbeanstalk/support"
echo "export EB_CONFIG_SUPPORT=/opt/elasticbeanstalk/support" >> /opt/elasticbeanstalk/support/envvars.d/appenv;
echo "export EB_CONFIG_SUPPORT=/opt/elasticbeanstalk/containerfiles"
echo "export EB_CONFIG_SUPPORT=/opt/elasticbeanstalk/containerfiles" >> /opt/elasticbeanstalk/containerfiles/envvars.d/appenv;
fi
elif test -d /opt/elasticbeanstalk/support; then
echo "support"
Expand Down
2 changes: 1 addition & 1 deletion lib/whenever-elasticbeanstalk/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Whenever
module Elasticbeanstalk
VERSION = "1.1.5"
VERSION = "1.1.6"
end
end

0 comments on commit acf7af0

Please sign in to comment.