Skip to content

Commit

Permalink
chore: patch binary as sam-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sam-cli-bot committed Feb 18, 2022
1 parent 748c89b commit 8ce7b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def read_version():
return re.search(r"__version__ = \"([^']+)\"", content).group(1)


cmd_name = "sam"
cmd_name = "sam-nightly"
if os.getenv("SAM_CLI_DEV"):
# We are installing in a dev environment
cmd_name = "samdev"
Expand Down

0 comments on commit 8ce7b05

Please sign in to comment.