Skip to content

Commit 33416be

Browse files
committed
Fixes LINT checks on shell script
1 parent 1cdce3e commit 33416be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/analysis/demo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
function run_nl() {
3232
local main_class=com.google.cloud.language.samples.Analyze
3333
local jar_file=target/language-entities-1.0-jar-with-dependencies.jar
34-
java -cp ${jar_file} ${main_class} $1 "$2"
34+
java -cp ${jar_file} ${main_class} "$1" "$2"
3535
}
3636

3737
#######################################

0 commit comments

Comments
 (0)