Skip to content

Commit

Permalink
Revert "breaking: Change default charmcraft version to 2.x (#219)"
Browse files Browse the repository at this point in the history
This reverts commit da8bb57.
  • Loading branch information
carlcsaposs-canonical committed Dec 5, 2024
1 parent 8ec5cc7 commit 909fa34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/cli/data_platform_workflows_cli/parse_snap_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ def main():
install_flag = f"'--revision={args.revision}'"
elif args.channel:
install_flag = f"'--channel={args.channel}'"
elif args.channel_input_name == "charmcraft-snap-channel":
install_flag = "'--channel=2.x/stable'"
else:
install_flag = None
github_actions.output["install_flag"] = install_flag

0 comments on commit 909fa34

Please sign in to comment.