File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -129,14 +129,14 @@ echo ""
129129
130130signing_ceremony_url=` cat $response | grep url | sed ' s/.*\"url\": \"//' | sed ' s/\".*//' `
131131echo " "
132- printf " The signing ceremony URL is ${signingCeremonyUrl } \n"
132+ printf " The signing ceremony URL is ${signing_ceremony_url } \n"
133133printf " It is only valid for a couple of minutes. Attempting to automatically open your browser...\n"
134134if which xdg-open & > /dev/null ; then
135- xdg-open " $signingCeremonyUrl "
135+ xdg-open " $signing_ceremony_url "
136136elif which open & > /dev/null ; then
137- open " $signingCeremonyUrl "
137+ open " $signing_ceremony_url "
138138elif which start & > /dev/null ; then
139- start " $signingCeremonyUrl "
139+ start " $signing_ceremony_url "
140140fi
141141
142142# cleanup
You can’t perform that action at this time.
0 commit comments