From 3f82f426520eb052c9c2554876b549fdcb065f43 Mon Sep 17 00:00:00 2001 From: myarmolinsky Date: Thu, 26 Sep 2024 11:09:07 -0400 Subject: [PATCH] git mv `ssh/index` to `device/ssh` --- src/commands/{ssh/index.ts => device/ssh.ts} | 0 tests/commands/{ => device}/ssh.spec.ts | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/commands/{ssh/index.ts => device/ssh.ts} (100%) rename tests/commands/{ => device}/ssh.spec.ts (100%) diff --git a/src/commands/ssh/index.ts b/src/commands/device/ssh.ts similarity index 100% rename from src/commands/ssh/index.ts rename to src/commands/device/ssh.ts diff --git a/tests/commands/ssh.spec.ts b/tests/commands/device/ssh.spec.ts similarity index 100% rename from tests/commands/ssh.spec.ts rename to tests/commands/device/ssh.spec.ts