Skip to content

Commit

Permalink
Fixes LINT checks on shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
gguuss committed Dec 8, 2016
1 parent 1cdce3e commit 33416be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/analysis/demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
function run_nl() {
local main_class=com.google.cloud.language.samples.Analyze
local jar_file=target/language-entities-1.0-jar-with-dependencies.jar
java -cp ${jar_file} ${main_class} $1 "$2"
java -cp ${jar_file} ${main_class} "$1" "$2"
}

#######################################
Expand Down

0 comments on commit 33416be

Please sign in to comment.