Skip to content

Commit

Permalink
Update config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 committed Nov 2, 2018
1 parent cc7b35f commit 8edfda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/config.sh
Expand Up @@ -52,7 +52,7 @@ defvar -xp HOME; mkdir -p "$HOME"

# First, the common container definition
defvar MAIN_STORAGE "mmlspark"
defvar MAIN_RESOURCE_GROUP "mmlspark"
defvar MAIN_RESOURCE_GROUP "mmlspark-rg"
# to use the storage directly replace: "azureedge" -> "blob.core.windows"
_main_url() { echo "https://$MAIN_STORAGE.azureedge.net/$1"; }
# The base URL for our installables
Expand Down

0 comments on commit 8edfda4

Please sign in to comment.