From 83d58909625dac3d41d6e2fdbe8533549a4063a0 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 16 Dec 2014 09:40:16 -0800 Subject: [PATCH] Add missing .. segment --- resources/win/atom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/win/atom.sh b/resources/win/atom.sh index b8ddb986d..ed6af2292 100644 --- a/resources/win/atom.sh +++ b/resources/win/atom.sh @@ -18,5 +18,5 @@ done if [ $EXPECT_OUTPUT ]; then "$0/../../../atom.exe" "$@" else - "$0/../../app/apm/node_modules/atom-package-manager/bin/node.exe" "$0/atom.js" "$@" + "$0/../../app/apm/node_modules/atom-package-manager/bin/node.exe" "$0/../atom.js" "$@" fi