From 4ffb8c0a93fe3a14123b08f7480b6f5473829b33 Mon Sep 17 00:00:00 2001 From: campionfellin Date: Sat, 9 Feb 2019 10:07:37 -0800 Subject: [PATCH] Fix merge issue Signed-off-by: campionfellin --- src/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.ts b/src/commands.ts index aaa88376..66db5701 100644 --- a/src/commands.ts +++ b/src/commands.ts @@ -30,11 +30,11 @@ import { manifestExists, readManifest, } from './manifest'; +import { URL } from './urls'; import { ERROR, LOG, PROJECT_MANIFEST_BASENAME, - URL, checkIfOnline, getDefaultProjectName, getProjectId,