We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9431c commit c5dd1fdCopy full SHA for c5dd1fd
R/utils-upload.R
@@ -249,10 +249,10 @@ gcs_to_ee_image <- function(manifest,
249
250
#Command to run in console
251
if (command_line_tool_path == "") {
252
- command <- sprintf("earthengine upload image --manifest '%s'",
+ command <- sprintf("earthengine upload image --manifest %s",
253
manifest)
254
} else {
255
- command <- sprintf("%s/earthengine upload image --manifest '%s'",
+ command <- sprintf("%s/earthengine upload image --manifest %s",
256
command_line_tool_path, manifest)
257
}
258
0 commit comments