fastai / courses

fast.ai Courses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup aliases that are assigned to variables have extra double qoutes

jxstanford opened this issue · comments

This probably only occurs for people who have configured their AWS CLI with a different output format than 'text.' For example, when you set the output format to 'json,' you get a result similar to this:

[jxstanford@jxmbp2017 ~]$ aws-get-p2
"i-0dfd46605fc163c5b"

The additional double quotes cause issues in with future calls using one of the start/stop/etc. aliases due to the " "s around the value.

I've submitted a PR that explicitly sets the output type to text, and that should resolves the issue.

commented

had the same issue. wondering how many newbies get stuck beacuse of this.