Skip to content

Commit 7ca2e32

Browse files
authored
Fix default input renv.lock (#20)
1 parent 7a7774b commit 7ca2e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ in an renv.lock-compatible file.`,
136136
"Token to download non-public files from GitHub.")
137137
rootCmd.PersistentFlags().StringVarP(&gitLabToken, "gitLabToken", "g", "",
138138
"Token to download non-public files from GitLab.")
139-
rootCmd.PersistentFlags().StringVarP(&inputRenvLock, "inputRenvLock", "n", "input.renv.lock",
139+
rootCmd.PersistentFlags().StringVarP(&inputRenvLock, "inputRenvLock", "n", "",
140140
"Lockfile which should be read and updated to include the newest versions of the packages.")
141141
rootCmd.PersistentFlags().StringVarP(&outputRenvLock, "outputRenvLock", "o", "renv.lock",
142142
"File name to save the output renv.lock file.")

0 commit comments

Comments
 (0)