Skip to content

Commit

Permalink
fix(google): Fixed typo in previous commit (#1592)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Wiseblatt committed Apr 21, 2017
1 parent f0bfb15 commit bead9f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/build_google_image_functions.sh
Expand Up @@ -14,9 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

CLEAN_GOOGLE_IMAGE_SCRIPT=${CLEAN_GOOGLE_IMAGE_SCRIPT:"$(dirname $0)/clean_google_image.sh"}
EXTRACT_DISK_TO_GCS_SCRIPT=${EXTRACT_DISK_TO_GCS_SCRIPT:"$(dirname $0)/extract_disk_to_gcs.sh"}
SSH_KEY_FILE=${SSH_KEY_FILE:"$HOME/.ssh/google_empty"}
CLEAN_GOOGLE_IMAGE_SCRIPT=${CLEAN_GOOGLE_IMAGE_SCRIPT:-"$(dirname $0)/clean_google_image.sh"}
EXTRACT_DISK_TO_GCS_SCRIPT=${EXTRACT_DISK_TO_GCS_SCRIPT:-"$(dirname $0)/extract_disk_to_gcs.sh"}
SSH_KEY_FILE=${SSH_KEY_FILE:-"$HOME/.ssh/google_empty"}


function create_empty_ssh_key() {
Expand Down

0 comments on commit bead9f8

Please sign in to comment.