From df0b0e7c18aa4928abf9e8ae37eee2bea82bc465 Mon Sep 17 00:00:00 2001 From: dandds Date: Wed, 18 Jul 2018 11:45:04 -0400 Subject: [PATCH] fix typo in bootstrap --- script/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap b/script/bootstrap index e30b69da..2512dde7 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -17,4 +17,4 @@ source ./script/include/run_bootstrap # Link USWDS fonts into the /static directory rm -f ./static/fonts -ln -s ../node/modules/uswds/src/fonts ./static/fonts +ln -s ../node_modules/uswds/src/fonts ./static/fonts