Skip to content

Commit 58d8aa4

Browse files
committed
whoops
1 parent bd0bdbc commit 58d8aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/kspec.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ end
3636

3737
kerneldir() = joinpath(jupyter_data_dir(), "kernels")
3838

39-
@if Sys.iswindows()
39+
if Sys.iswindows()
4040
exe(s::AbstractString) = endswith(s, ".exe") ? s : "$s.exe"
4141
exe(s::AbstractString, e::AbstractString) =
4242
string(endswith(s, ".exe") ? s[1:end-4] : s, e, ".exe")

0 commit comments

Comments
 (0)