Skip to content

Commit

Permalink
Update build-tools/cache_samples.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Dubrick <[email protected]>
Signed-off-by: Michael Valdron <[email protected]>
  • Loading branch information
michael-valdron and Jdubrick committed May 15, 2024
1 parent 5bb20c0 commit c1320ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/cache_samples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function cache_devfile() {
fi
}

if [[ "$OSTYPE" == "darwin" ]]
if [[ "$OSTYPE" == "darwin"* ]]
then
if [[ $1 != ./* ]] && [[ $1 != ../* ]] && [[ $1 != /* ]]
then
Expand Down

0 comments on commit c1320ac

Please sign in to comment.