Skip to content

Commit

Permalink
update sub id in secrets file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Agrawal authored and mhamilton723 committed Oct 2, 2020
1 parent 98fb04d commit bcb55a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Secrets.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import sbt.{SettingKey, TaskKey}

object Secrets {
private val kvName = "mmlspark-keys"
private val subscriptionID = "ce1dee05-8cf6-4ad6-990a-9c80868800ba"
private val subscriptionID = "f9b96b36-1f5e-4021-8959-51527e26e6d3"

protected def exec(command: String): String = {
val os = sys.props("os.name").toLowerCase
Expand Down

0 comments on commit bcb55a3

Please sign in to comment.