Skip to content

Commit

Permalink
Merge pull request #137 from ru-fu/fix-init-script
Browse files Browse the repository at this point in the history
remove handling of .jira_sync_config.yaml from the setup script
  • Loading branch information
pmatulis committed Nov 2, 2023
2 parents 2cde7d5 + de8901e commit 1393e0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ if [ "$install_directory" != "." ]; then
mkdir -p .github/workflows
fi
mv "$install_directory/.github/workflows"/* .github/workflows
mv "$install_directory/.github/.jira_sync_config.yaml" .github/
if [ ! -f .wokeignore ]; then
ln -s "$install_directory/.wokeignore"
else
Expand Down

0 comments on commit 1393e0b

Please sign in to comment.