Skip to content

Commit

Permalink
Fix 'cd' commands without arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
alem0lars committed Nov 25, 2015
1 parent 29a3068 commit 500f96d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fizzy
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,7 @@ module Fizzy
# Prepare stuff for changing directory.
paths = prepare_storage(options.fizzy_dir,
:valid_meta => false,
:valid_cfg => false,
:valid_inst => !options.inst_name.nil?,
:cur_inst_name => options.inst_name)

Expand Down

0 comments on commit 500f96d

Please sign in to comment.