Skip to content

Commit

Permalink
Correct reference to src directory in setup-env
Browse files Browse the repository at this point in the history
The src directory no longer exists.
  • Loading branch information
jsf9k committed Dec 10, 2024
1 parent 4934005 commit a368704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-env
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ for req_file in "requirements-dev.txt" "requirements-test.txt" "requirements.txt
done

# Install Packer plugin dependencies
packer init -upgrade src
packer init -upgrade .

# Install git pre-commit hooks now or later.
pre-commit install ${INSTALL_HOOKS:+"--install-hooks"}
Expand Down

0 comments on commit a368704

Please sign in to comment.