Skip to content

Commit 815db2c

Browse files
committedFeb 12, 2025
chore: patch binary as sam-nightly
1 parent b2ada09 commit 815db2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def read_version():
3636
return re.search(r"__version__ = \"([^']+)\"", content).group(1)
3737

3838

39-
cmd_name = "sam"
39+
cmd_name = "sam-nightly"
4040
if os.getenv("SAM_CLI_DEV"):
4141
# We are installing in a dev environment
4242
cmd_name = "samdev"

0 commit comments

Comments
 (0)
Failed to load comments.