Skip to content

Commit

Permalink
fix: use $HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
rguptar committed Jan 31, 2024
1 parent eff43e1 commit b572d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scenario-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "ie not found"
exit 1
fi
if [ ! -d "~/scenarios" ]
if [ ! -d "${HOME}/scenarios" ]
then
echo "scenarios not found"
exit 1
Expand Down

0 comments on commit b572d75

Please sign in to comment.