diff options
Diffstat (limited to 'cli/tools/jupyter/install.rs')
-rw-r--r-- | cli/tools/jupyter/install.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/jupyter/install.rs b/cli/tools/jupyter/install.rs index d1e4ef46b..ef442e125 100644 --- a/cli/tools/jupyter/install.rs +++ b/cli/tools/jupyter/install.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. use deno_core::anyhow::bail; use deno_core::anyhow::Context; |