Skip to content

Commit

Permalink
Merge pull request #490 from SUSE/fix-issue-template
Browse files Browse the repository at this point in the history
Fix create-package issue template
  • Loading branch information
dcermak authored Jun 27, 2023
2 parents 86a6bd0 + e32d3d8 commit 963c64e
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 963c64e

Please sign in to comment.