Skip to content

Commit

Permalink
Update utils.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcgee4 committed Dec 2, 2024
1 parent 89ab6ba commit d2215f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ pub fn download_file(file_url: &str, file_path: &PathBuf) {
/// - `major_minor_version` : a string representing the "x.y" part of the release
///
/// # Output
/// - Will output the full version from provided
/// - Will output the full version from the provided major & minor
///
/// #Termination
/// - An error should be thrown if the file for checking is not found, or if the version is not found.
Expand Down

0 comments on commit d2215f3

Please sign in to comment.