Skip to content

Commit

Permalink
update-check: print version in the inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Oct 17, 2024
1 parent 632d746 commit 11c71a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/update-check.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let
action = {
"0" = "";
"1" = ''
echo "✨ devenv ${cfg.cliVersion} is newer than devenv input in devenv.lock. Run \`devenv update\` to sync."
echo "✨ devenv ${cfg.cliVersion} is newer than devenv input (${cfg.latestVersion}) in devenv.lock. Run 'devenv update' to sync."
'';
"-1" = ''
echo "✨ devenv ${cfg.cliVersion} is out of date. Please update to ${cfg.latestVersion}: https://devenv.sh/getting-started/#installation" >&2
Expand Down

0 comments on commit 11c71a5

Please sign in to comment.