Skip to content

Commit

Permalink
Add missing paran
Browse files Browse the repository at this point in the history
  • Loading branch information
samcofer committed Jun 3, 2024
1 parent bd5d23b commit ea12186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ short <- FALSE
args <- commandArgs(trailingOnly = TRUE)

if (length(args) >= 1) {
if (args[1] == "short" {
if (args[1] == "short") {
short <- TRUE
}
}
Expand Down

0 comments on commit ea12186

Please sign in to comment.