mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Resolve SC2148: 'target shell is unknown'
https://github.com/koalaman/shellcheck/wiki/SC2148
This commit is contained in:
@@ -1 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e; sleep 5; output="$(curl -s -S $1)"; echo $output; test "$output" == "Hello World!"
|
||||
|
||||
Reference in New Issue
Block a user