mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
cleanup shellcheck SC2086
This commit is contained in:
committed by
Test Robot
parent
ff9bb2cbd7
commit
d1b87bd7b7
@@ -1,2 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e; output="$(curl -s -S $1)"; echo $output; test "$output" == "Hello from Java!"
|
||||
set -e; output="$(curl -s -S "$1")"; echo "$output"; test "$output" == "Hello from Java!"
|
||||
|
||||
Reference in New Issue
Block a user