From 387d44c48933a96c8a0e224ee4d253b961221177 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Thu, 28 May 2020 19:01:20 -0400 Subject: [PATCH] fix: broken variable assignment --- scripts/hugoctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hugoctl b/scripts/hugoctl index 0efdd26..e1e736d 100755 --- a/scripts/hugoctl +++ b/scripts/hugoctl @@ -9,7 +9,7 @@ local_url="http://localhost:1313/" post_filename="" postname="" full_post_dir="" -full_post_url="" +full_post_url="$local_url" # deployment variables # TODO set deployment variables