Skip to content

Commit

Permalink
Merge pull request #180 from chavdar/passwd_enc_fix
Browse files Browse the repository at this point in the history
Fixing missing passing of parameters in gobblin_password_encryptor.sh
  • Loading branch information
chavdar committed Jun 23, 2015
2 parents fe64196 + 0da3958 commit ece9175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
script_dir=$(dirname $0)
lib_dir=${script_dir}/../lib

java -cp ${lib_dir}'/*' gobblin.util.CLIPasswordEncryptor
java -cp ${lib_dir}'/*' gobblin.util.CLIPasswordEncryptor "$@"

0 comments on commit ece9175

Please sign in to comment.