Skip to content

Commit

Permalink
Fix shell lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiraldez committed Dec 20, 2024
1 parent a2d5969 commit 4a227eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if ! output=$(
exit 1
fi

if [ ! -f submodules/stack-graphs/stack-graphs/Cargo.toml ]; then
if [[ ! -f submodules/stack-graphs/stack-graphs/Cargo.toml ]]; then
# We declare stack-graphs as our dependency in root's Cargo.toml so we need to
# check it out in order to run `cargo build`
git submodule update --init --progress
Expand Down

0 comments on commit 4a227eb

Please sign in to comment.