Unable to use prompted variables in a bash script

I am trying to build a project that will run on a linux box so I am working with bash. I also have a several variables that will change each time I run the project so I created a set of prompted project variables so an admin doesn’t have to change the process with hard coded variables each time.

When I attempt to use.

ASV=$(get_octopusvariables “API_Specs_Version”)
echo $ASV

I get the error “line 1: get_octopusvariables: command not found”

What formatting/syntax should I be using to have this work?

Thanks,
T

Well it seems this all comes down to a bad copy off of an IM session. Deleted the whole step, retyped it all by hand, and the above commands run clean.