Skip to content

Commit

Permalink
Fix create-package issue template
Browse files Browse the repository at this point in the history
It was still referencing the old poetry script call syntax, which is not working
anymore as of poetry 1.5
  • Loading branch information
dcermak committed Jun 27, 2023
1 parent 210deb0 commit e32d3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/create-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Please create them via:
export OSC_PASSWORD=#insert_bugzilla_password
pkgs="{{ env.pkgs }}"
for pkg in ${pkgs//,/}; do
poetry run ./scratch-build-bot.py --os-version={{ env.OS_VERSION }} --osc-user=$YOUR_USERNAME_HERE \
poetry run scratch-build-bot --os-version={{ env.OS_VERSION }} --osc-user=$YOUR_USERNAME_HERE \
setup_obs_package --package-name=$pkg
done
```

0 comments on commit e32d3d8

Please sign in to comment.