Skip to content

Commit

Permalink
fix: Fix for service 2
Browse files Browse the repository at this point in the history
- Great fix!
  • Loading branch information
marc-at-brightnight committed Jan 17, 2025
1 parent 7e8b52a commit 7b30779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poweralpha/services/srvc2/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def main():
print("Hello from svrc2!!!!")
print("Hello from svrc2!!!")

if __name__ == "__main__":
main()
2 changes: 1 addition & 1 deletion semantic-release.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
srvc1: true
srvc2: false
srvc2: true

0 comments on commit 7b30779

Please sign in to comment.