Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lee212/simpleazure
Browse files Browse the repository at this point in the history
  • Loading branch information
lee212 committed Oct 27, 2016
2 parents 8f717ba + a224eee commit 8578510
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 8578510

Please sign in to comment.