Open van-adam opened 1 year ago
Did you potentially change the name of your script after creating the alias?
I recall that updating the script in fig didn't effectively change it's behaviour when called from command line so I made a copy under a different name. However, the original script commit-pr
was not renamed.
What course of action are you proposing? Deleting the shell alias didn't work for me. Should I delete and create the script from scratch?
Checks
fig doctor
in the affected terminal sessionfig restart
and replicated the issue againOperating system
macOS 13.3.1 (22E261)
Expected behaviour
Fig should execute my script I created in fig UI when called via shell alias (after successfully running
fig source
). fig command:fig run commit-pr
shell alias:commit-pr
Actual behaviour
Via fig command, the script is executed just fine but via the shell alias I get:
error: Script not found
Steps to reproduce
fig source
Environment