Skip to content

Commit

Permalink
breaking: Revert "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 Jan 8, 2025
1 parent 11c673f commit 6fbbae5
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 6fbbae5

Please sign in to comment.