Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Sean P. Goggins <[email protected]>
  • Loading branch information
sgoggins committed Sep 3, 2024
1 parent f8ef748 commit 0da43e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install/workers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if [ -d "$HOME/scorecard" ]; then

else
echo "Cloning OSSF Scorecard to generate scorecard data ..."
export SCORECARD_DIR='$HOME/scorecard';
export SCORECARD_DIR="$HOME/scorecard"
git clone https://github.com/ossf/scorecard $SCORECARD_DIR
cd $SCORECARD_DIR
CURRENT_DIR=$PWD;
Expand Down

0 comments on commit 0da43e8

Please sign in to comment.