Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
lee212 committed Oct 27, 2016
1 parent 08f8b92 commit a224eee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
],
"source": [
"out=!azure ad sp create --name simpleazure\n",
"cid = out[6].split(":")[1].lstrip()\n",
"cid = out[6].split(\":\")[1].lstrip()\n",
"newout=\"\\n\".join(out)\n",
"print(newout)"
]
Expand Down

0 comments on commit a224eee

Please sign in to comment.