Skip to content

Commit

Permalink
Delete weird changes
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacVRey committed Apr 1, 2024
1 parent c1b1570 commit 6eda1b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ac_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Run ac-changelog
run: |
source venv/venv-2.16/bin/activate
./ac --ac-changelog --command lint
./ac --ac-changelog --command lint
2 changes: 1 addition & 1 deletion ac
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ ac_build(){
## Example:
## $ ac --ac-changelog --command lint
## $ ac --ac-changelog --command release
## $ ac --ac-changelog
## $ ac --ac-changelog
ac_changelog(){
option_command=$1
if [ ! "$option_command" ]; then
Expand Down

0 comments on commit 6eda1b2

Please sign in to comment.