Skip to content

Commit

Permalink
anotehr debug
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
  • Loading branch information
outscale-mgo committed Dec 31, 2024
1 parent f209081 commit 84b4543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intergration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MSG_BASE="Test Example"

echo "OSC_ENDPOINT_API($is_local): " $OSC_ENDPOINT_API

if [[ "is_local" == 1 ]]; then
if [[ "$is_local" == "1" ]]; then
./example0
echo "example 0 done"
fi
Expand Down

0 comments on commit 84b4543

Please sign in to comment.