Skip to content

Commit 025af39

Browse files
committed
2 parents b089d20 + ea0c428 commit 025af39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def main():
4747
config_file = get_shell_config_file()
4848
print(f"Detected shell config file: {config_file}")
4949

50-
alias_line = f'alias bsc="python3 {path}/bscript.py"'
50+
alias_line = f'alias bsc="python3 {path}/bscript-cli.py"'
5151
path_line = 'export PATH="$HOME/devtools/bin:$PATH"'
5252

5353
print(f"Adding alias and PATH export to {config_file}...")

0 commit comments

Comments
 (0)