Skip to content

Commit

Permalink
Fix default input renv.lock (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif authored Jan 9, 2024
1 parent 7a7774b commit 7ca2e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ in an renv.lock-compatible file.`,
"Token to download non-public files from GitHub.")
rootCmd.PersistentFlags().StringVarP(&gitLabToken, "gitLabToken", "g", "",
"Token to download non-public files from GitLab.")
rootCmd.PersistentFlags().StringVarP(&inputRenvLock, "inputRenvLock", "n", "input.renv.lock",
rootCmd.PersistentFlags().StringVarP(&inputRenvLock, "inputRenvLock", "n", "",
"Lockfile which should be read and updated to include the newest versions of the packages.")
rootCmd.PersistentFlags().StringVarP(&outputRenvLock, "outputRenvLock", "o", "renv.lock",
"File name to save the output renv.lock file.")
Expand Down

0 comments on commit 7ca2e32

Please sign in to comment.