diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-08-08 07:46:12 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-08-08 07:46:12 -0400 |
commit | 3cf49917a050debaede12d80e9edeebd6aad5454 (patch) | |
tree | d935cc897daa1eb8780eabc5c30a7383e4dbd1ec /scripts | |
parent | b322aabf6b5fa64090c1874822e41f2071598e39 (diff) |
Remove extraneous parens.
* scripts/guix-web: Remove them.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/guix-web | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/guix-web b/scripts/guix-web index 9d984bb..cef1464 100755 --- a/scripts/guix-web +++ b/scripts/guix-web @@ -18,7 +18,7 @@ ;;; License along with this program. If not, see ;;; <http://www.gnu.org/licenses/>. -(use-modules ((system repl server)) +(use-modules (system repl server) (guix-web controller) (guix-web server)) |