Skip to content

Commit c5dd1fd

Browse files
authored
Update utils-upload.R simple quotes removed
1 parent 3a9431c commit c5dd1fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/utils-upload.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,10 @@ gcs_to_ee_image <- function(manifest,
249249

250250
#Command to run in console
251251
if (command_line_tool_path == "") {
252-
command <- sprintf("earthengine upload image --manifest '%s'",
252+
command <- sprintf("earthengine upload image --manifest %s",
253253
manifest)
254254
} else {
255-
command <- sprintf("%s/earthengine upload image --manifest '%s'",
255+
command <- sprintf("%s/earthengine upload image --manifest %s",
256256
command_line_tool_path, manifest)
257257
}
258258

0 commit comments

Comments
 (0)