From 0f876647830bab9ce2017f37f216fd3bb3d66f36 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 6 Dec 2019 10:25:26 -0500 Subject: [PATCH] fix insults path --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f4ce0be..f00d684 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,5 +15,5 @@ steps: - name: hello commands: - echo hello world - - head -n5 ~/insults.txt + - head -n5 /home/ben/insults.txt