Skip to content

Commit

Permalink
Fixed regression in bin/update, added missing Dir before chdir
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Dec 22, 2016
1 parent 3db3bba commit 9dc8893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
require_relative '../lib/manageiq/environment'

chdir ManageIQ::Environment::APP_ROOT do
Dir.chdir ManageIQ::Environment::APP_ROOT do
# This script is a way to update your development environment automatically.
# Add necessary update steps to this file.
ManageIQ::Environment.ensure_config_files
Expand Down

0 comments on commit 9dc8893

Please sign in to comment.